is not current version
Last Version 1.5.3.2

com.syncthemall:dropbox-java-sdk 1.5.3.1

The Dropbox API for Java is a Dropbox supported client library for accessing the JSON+REST interface to Dropbox. It supports OAuth proxied authentication. It is designed to be simple and easy to use, as well as instructional in case you want to write your own. It is MIT licensed.

Categories

Categories

Java Languages
GroupId

GroupId

com.syncthemall
ArtifactId

ArtifactId

dropbox-java-sdk
Version

Version

1.5.3.1
Type

Type

jar

Download dropbox-java-sdk 1.5.3.1


<!-- https://jarcasting.com/artifacts/com.syncthemall/dropbox-java-sdk/ -->
<dependency>
    <groupId>com.syncthemall</groupId>
    <artifactId>dropbox-java-sdk</artifactId>
    <version>1.5.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.syncthemall/dropbox-java-sdk/
implementation 'com.syncthemall:dropbox-java-sdk:1.5.3.1'
// https://jarcasting.com/artifacts/com.syncthemall/dropbox-java-sdk/
implementation ("com.syncthemall:dropbox-java-sdk:1.5.3.1")
'com.syncthemall:dropbox-java-sdk:jar:1.5.3.1'
<dependency org="com.syncthemall" name="dropbox-java-sdk" rev="1.5.3.1">
  <artifact name="dropbox-java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.syncthemall', module='dropbox-java-sdk', version='1.5.3.1')
)
libraryDependencies += "com.syncthemall" % "dropbox-java-sdk" % "1.5.3.1"
[com.syncthemall/dropbox-java-sdk "1.5.3.1"]