I work on a project where I use the EWS Java Api to connect to an MS Exchange Server.
To resolve my dependencies I use Maven.
My Problem is that I have to connect to an Exchange Server 2010 SP2 which requires the EWSJavaAPI_1.2.jar but I only found one repository (https://mvnrepository.com/artifact/com.microsoft.ewsjavaapi/exchange-ws-api) that contains this EWS Java API.
The problem is that this repository doesn't have the right version.
The newest Version can be download here: http://archive.msdn.microsoft.com/ewsjavaapi/Release/ProjectReleases.aspx?ReleaseId=5754
But I would like to add this dependency via Maven.
Can you offer me an repository that contains the right version?