Skip to content

Commit ebce62d

Browse files
author
André Behrens
committed
Merge pull request OfficeDev#453 from OfficeDev/serious6-patch-1
Update readme.md
2 parents ca6c893 + afc45d0 commit ebce62d

1 file changed

Lines changed: 2 additions & 49 deletions

File tree

readme.md

Lines changed: 2 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -8,55 +8,8 @@ Please see the [Getting Started Guide](https://github.com/OfficeDev/ews-java-api
88
## Using the library
99
Prebuilt JARs are available in the Maven Central repository, which are easy to use with your project. Note that currently, no stable version is available yet, only snapshots in the snapshots repository.
1010

11-
### Maven
12-
If you want to use a snapshot build, add the Maven Central snapshots repository to your project's `pom.xml`. If you want to use a stable build (not available yet), you should skip this step.
13-
```xml
14-
<project>
15-
<repositories>
16-
<repository>
17-
<id>sonatype-snapshots</id>
18-
<name>Sonatype OSS Snapshots</name>
19-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
20-
<releases>
21-
<enabled>false</enabled>
22-
</releases>
23-
<snapshots>
24-
<enabled>true</enabled>
25-
</snapshots>
26-
</repository>
27-
</repositories>
28-
</project>
29-
```
30-
31-
And finally, add the dependency to your project's `pom.xml`.
32-
```xml
33-
<project>
34-
<dependencies>
35-
<dependency>
36-
<groupId>com.microsoft.ews-java-api</groupId>
37-
<artifactId>ews-java-api</artifactId>
38-
<version>2.0-SNAPSHOT</version>
39-
</dependency>
40-
</dependencies>
41-
</project>
42-
```
43-
44-
### Gradle
45-
If you want to use a snapshot build, add the Maven Central snapshots repository to your project's `build.gradle`. If you want to use a stable build (not available yet), you should skip this step.
46-
```groovy
47-
repositories {
48-
maven {
49-
url 'https://oss.sonatype.org/content/repositories/snapshots/'
50-
}
51-
}
52-
```
53-
54-
And finally, add the dependency to your project's `build.gradle`.
55-
```groovy
56-
dependencies {
57-
compile 'com.microsoft.ews-java-api:ews-java-api:2.0-SNAPSHOT'
58-
}
59-
```
11+
### Maven / Gradle
12+
For Documentation on how to use _ews-java-api_ with maven or gradle please refer to [this section in our wiki](https://github.com/OfficeDev/ews-java-api/wiki#maven--gradle-integration).
6013

6114
### Building from source
6215
To build a JAR from the source yourself, please see [this page](https://github.com/OfficeDev/ews-java-api/wiki/Building-EWS-JAVA-API).

0 commit comments

Comments
 (0)