Download dropbox-core-sdk-3.0.3.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 3.0.3 in this page.

License

MIT

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials