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

License

MIT

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials