is not current version
Last Version 0.2

ru.frostman.dropbox:dropbox4j 0.1

Dropbox API Java implementation

GroupId

GroupId

ru.frostman.dropbox
ArtifactId

ArtifactId

dropbox4j
Version

Version

0.1
Type

Type

jar

Download dropbox4j 0.1


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