Jar examples for u:universalstorage.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.
You can download jar file universalstorage.core 1.0.0 in this page.
MIT License
You can use the following script to add universalstorage.core-1.0.0.jar to your project.
<dependency> <groupId>org.dynamicloud.api</groupId> <artifactId>universalstorage.core</artifactId> <version>1.0.0</version> </dependency>
compile group: 'org.dynamicloud.api', name: 'universalstorage.core', version: '1.0.0'
libraryDependencies += "org.dynamicloud.api" % "universalstorage.core" % "1.0.0"
<dependency org="org.dynamicloud.api" name="universalstorage.core" rev="1.0.0"/>
@Grapes(@Grab(group='org.dynamicloud.api', module='universalstorage.core', version='1.0.0'))
'org.dynamicloud.api:universalstorage.core:jar:1.0.0'
Click the following link to download the jar file.
universalstorage.core-1.0.0-javadoc.jar