License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers |
GroupId | GroupIdorg.dynamicloud.api |
ArtifactId | ArtifactIduniversalstorage.awss3 |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionUniversal Storage - AWS s3
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 s3 bucket as storage.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.awss3/ -->
<dependency>
<groupId>org.dynamicloud.api</groupId>
<artifactId>universalstorage.awss3</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.awss3/
implementation 'org.dynamicloud.api:universalstorage.awss3:1.0.0'
// https://jarcasting.com/artifacts/org.dynamicloud.api/universalstorage.awss3/
implementation ("org.dynamicloud.api:universalstorage.awss3:1.0.0")
'org.dynamicloud.api:universalstorage.awss3:jar:1.0.0'
<dependency org="org.dynamicloud.api" name="universalstorage.awss3" rev="1.0.0">
<artifact name="universalstorage.awss3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dynamicloud.api', module='universalstorage.awss3', version='1.0.0')
)
libraryDependencies += "org.dynamicloud.api" % "universalstorage.awss3" % "1.0.0"
[org.dynamicloud.api/universalstorage.awss3 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.5 |
org.dynamicloud.api : universalstorage.core | jar | 1.0.0 |
com.amazonaws : aws-java-sdk-s3 | jar | 1.11.128 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |