License |
License |
---|---|
GroupId | GroupIdorg.dynamicloud.api |
ArtifactId | ArtifactIduniversalstorage.core |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionUniversal Storage's Core
Universal storage provides you an interface for storing files according to your needs. With this Universal Storage you will be able to store files in a s3's bucket, local file system, google drive, Etc. Further, with minimal effort you can switch from one provider to another with no changes in your code.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.core/ -->
<dependency>
<groupId>org.dynamicloud.api</groupId>
<artifactId>universalstorage.core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.core/
implementation 'org.dynamicloud.api:universalstorage.core:1.0.0'
// https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.core/
implementation ("org.dynamicloud.api:universalstorage.core:1.0.0")
'org.dynamicloud.api:universalstorage.core:jar:1.0.0'
<dependency org="org.dynamicloud.api" name="universalstorage.core" rev="1.0.0">
<artifact name="universalstorage.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dynamicloud.api', module='universalstorage.core', version='1.0.0')
)
libraryDependencies += "org.dynamicloud.api" % "universalstorage.core" % "1.0.0"
[org.dynamicloud.api/universalstorage.core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20170516 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |