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.

License

License

GroupId

GroupId

org.dynamicloud.api
ArtifactId

ArtifactId

universalstorage.core
Last Version

Last Version

1.0.0
Release Date

Release Date

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

How to add to project

<!-- 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.

Universal Storage

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.

Core

Java APIs

Providers Status / Version
File system provider Build Status Version
Dropbox provider Build Status Version
AWS S3 provider Build Status Version
Google Drive provider Build Status Version
FTP provider Build Status Version

Versions

Version
1.0.0