is not current version
Last Version 5.2.0

com.dropbox.core:dropbox-core-sdk 1.7.2

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

GroupId

GroupId

com.dropbox.core
ArtifactId

ArtifactId

dropbox-core-sdk
Version

Version

1.7.2
Type

Type

jar

Download dropbox-core-sdk 1.7.2


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