License |
License |
---|---|
GroupId | GroupIdorg.dynamicloud.api |
ArtifactId | ArtifactIduniversalstorage.dropbox |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionUniversal Storage - Dropbox
Universal storage provides you an interface for storing files according to your needs. With this Universal Storage Java API, you will be able to develop programs in Java and use an interface for storing your files within a app folder as storage.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.dropbox/ -->
<dependency>
<groupId>org.dynamicloud.api</groupId>
<artifactId>universalstorage.dropbox</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.dropbox/
implementation 'org.dynamicloud.api:universalstorage.dropbox:1.0.0'
// https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.dropbox/
implementation ("org.dynamicloud.api:universalstorage.dropbox:1.0.0")
'org.dynamicloud.api:universalstorage.dropbox:jar:1.0.0'
<dependency org="org.dynamicloud.api" name="universalstorage.dropbox" rev="1.0.0">
<artifact name="universalstorage.dropbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dynamicloud.api', module='universalstorage.dropbox', version='1.0.0')
)
libraryDependencies += "org.dynamicloud.api" % "universalstorage.dropbox" % "1.0.0"
[org.dynamicloud.api/universalstorage.dropbox "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.5 |
org.dynamicloud.api : universalstorage.core | jar | 1.0.0 |
com.dropbox.core : dropbox-core-sdk | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |