Skip to content

Commit 9f55310

Browse files
author
Karl Rieb
committed
ReadMe: add gradle dependency snippet.
1 parent 3ad6325 commit 9f55310

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

ReadMe.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
1818
</dependency>
1919
```
2020

21-
If you aren't using Maven, here are the JARs you need:
22-
- [Dropbox Core SDK 2.0.0](https://oss.sonatype.org/content/repositories/releases/com/dropbox/core/dropbox-core-sdk/2.0.0/dropbox-core-sdk-2.0.0.jar)
23-
- [Jackson Core 2.6.1](https://oss.sonatype.org/content/repositories/releases/com/fasterxml/jackson/core/jackson-core/2.6.1/jackson-core-2.6.1.jar) (JSON parser)
21+
If you are using Gradle, then edit your project's "build.gradle" and add this to the `dependencies` section:
22+
23+
```groovy
24+
dependencies {
25+
// ...
26+
compile 'com.dropbox.core:dropbox-core-sdk:2.0.0'
27+
}
28+
```
2429

2530
## Get a Dropbox API key
2631

0 commit comments

Comments
 (0)