Download dropbox-core-sdk-1.7.7.jar file - Jar d

Jar examples for d:dropbox-core-sdk

Description

A client library for Dropbox's HTTP-based "Core API".

You can download jar file dropbox-core-sdk 1.7.7 in this page.

License

MIT

Build File

You can use the following script to add dropbox-core-sdk-1.7.7.jar to your project.

<dependency>
   <groupId>com.dropbox.core</groupId>
   <artifactId>dropbox-core-sdk</artifactId>
   <version>1.7.7</version>
</dependency>
compile group: 'com.dropbox.core', name: 'dropbox-core-sdk', version: '1.7.7'
libraryDependencies += "com.dropbox.core" % "dropbox-core-sdk" % "1.7.7"
<dependency org="com.dropbox.core" name="dropbox-core-sdk" rev="1.7.7"/>
@Grapes(@Grab(group='com.dropbox.core', module='dropbox-core-sdk', version='1.7.7'))
'com.dropbox.core:dropbox-core-sdk:jar:1.7.7'

Download

Click the following link to download the jar file.

dropbox-core-sdk-1.7.7-javadoc.jar
dropbox-core-sdk-1.7.7-sources.jar
dropbox-core-sdk-1.7.7.jar
dropbox-core-sdk-1.7.7.pom



Related Tutorials