Last Version

Universal Storage's Core 1.0.0

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.

License

License

GroupId

GroupId

org.dynamicloud.api
ArtifactId

ArtifactId

universalstorage.core
Version

Version

1.0.0
Type

Type

jar
Description

Description

Universal 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

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/dynamicloud/universal_storage.git

Download universalstorage.core 1.0.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.json : json jar 20170516

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.