GroupId | GroupIdru.frostman.dropbox |
---|---|
ArtifactId | ArtifactIddropbox4j |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
dropbox4j-0.1.pom | |
dropbox4j-0.1.jar | 26 KB |
dropbox4j-0.1-sources.jar | 26 KB |
dropbox4j-0.1-javadoc.jar | 162 KB |
Browse |
<!-- 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"]