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 4d25f27 commit 1758380Copy full SHA for 1758380
README.md
@@ -6,11 +6,16 @@ Get started with the Microsoft Graph SDK for Java by integrating the [Microsoft
6
## 1. Installation
7
8
### 1.1 Install via Gradle
9
+
10
+*The JCenter deployment is not available quite yet. Please use the MavenCentral version until the JCenter version is available.*
11
12
Add the JCenter repository and a compile dependency for `microsoft-graph` to your project's `build.gradle`:
13
14
```gradle
15
repository {
- jcenter()
16
+ maven {
17
+ url "https://dl.bintray.com/microsoftgraph/Maven"
18
+ }
19
}
20
21
dependency {
0 commit comments