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 4f5f179 commit d8aa5bdCopy full SHA for d8aa5bd
README.md
@@ -12,13 +12,13 @@ Get started with the Microsoft Graph SDK for Java by integrating the [Microsoft
12
Add the repository and a compile dependency for `microsoft-graph` to your project's `build.gradle`:
13
14
```gradle
15
-repository {
+repositories {
16
jcenter()
17
}
18
19
-dependency {
+dependencies {
20
// Include the sdk as a dependency
21
- compile('com.microsoft.graph:microsoft-graph:2.0.+')
+ implementation 'com.microsoft.graph:microsoft-graph:2.0.+'
22
23
```
24
0 commit comments