We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a87583 commit 6e1aedfCopy full SHA for 6e1aedf
README.md
@@ -7,13 +7,11 @@ Get started with the Microsoft Graph SDK for Java by integrating the [Microsoft
7
8
### 1.1 Install via Gradle
9
10
-*The JCenter deployment is not available quite yet. Please use the direct Maven install URL until the JCenter version is ready*
11
-
12
Add the repository and a compile dependency for `microsoft-graph` to your project's `build.gradle`:
13
14
```gradle
15
repository {
16
- maven {
+ jcenter {
17
url "https://dl.bintray.com/microsoftgraph/Maven"
18
}
19
0 commit comments