Skip to content

Commit 6e1aedf

Browse files
author
Caitlin Bales (MSFT)
authored
Update README.md
1 parent 9a87583 commit 6e1aedf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ Get started with the Microsoft Graph SDK for Java by integrating the [Microsoft
77

88
### 1.1 Install via Gradle
99

10-
*The JCenter deployment is not available quite yet. Please use the direct Maven install URL until the JCenter version is ready*
11-
1210
Add the repository and a compile dependency for `microsoft-graph` to your project's `build.gradle`:
1311

1412
```gradle
1513
repository {
16-
maven {
14+
jcenter {
1715
url "https://dl.bintray.com/microsoftgraph/Maven"
1816
}
1917
}

0 commit comments

Comments
 (0)