Skip to content
André Behrens edited this page Dec 23, 2015 · 8 revisions

Welcome to the ews-java-api wiki.

microsoft exchange logo ![Gitter](https://badges.gitter.im/Join Chat.svg)

Status

Maven Central
Build Status codecov.io Dependency Status

Guidelines

This Wiki can be edited by every user of github. It is not strictly necessary to discuss changes or to obtain written documentation of a consensus in advance. However users should take care over any edits, to be sure they are reflecting the community's view and to be sure that they are not accidentally introducing new sources of error or confusion.

Maven / Gradle Integration

The ews-java-api can be included in your build with the following declarations. Please check search.maven for the latest release version in the repository.

Maven

<dependency>
	<groupId>com.microsoft.ews-java-api</groupId>
	<artifactId>ews-java-api</artifactId>
	<version>2.0</version>
</dependency>

Gradle

dependencies {
    compile 'com.microsoft.ews-java-api:ews-java-api:2.0'
}