License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers |
GroupId | GroupIdorg.gomoob |
ArtifactId | ArtifactIdaws-s3 |
Version | Version1.4.0 |
Type | Typejar |
Description |
DescriptionGomoob Java Amazon Web Services S3 library
The Gomoob Java Amazon Web Services S3 library contains utility class to work with the Amazon S3 Java SDK.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGOMOOB |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aws-s3-1.4.0.pom | |
aws-s3-1.4.0.jar | 13 KB |
aws-s3-1.4.0-sources.jar | 19 KB |
aws-s3-1.4.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gomoob/aws-s3/ -->
<dependency>
<groupId>org.gomoob</groupId>
<artifactId>aws-s3</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.gomoob/aws-s3/
implementation 'org.gomoob:aws-s3:1.4.0'
// https://jarcasting.com/artifacts/org.gomoob/aws-s3/
implementation ("org.gomoob:aws-s3:1.4.0")
'org.gomoob:aws-s3:jar:1.4.0'
<dependency org="org.gomoob" name="aws-s3" rev="1.4.0">
<artifact name="aws-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gomoob', module='aws-s3', version='1.4.0')
)
libraryDependencies += "org.gomoob" % "aws-s3" % "1.4.0"
[org.gomoob/aws-s3 "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
software.amazon.awssdk : s3 | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |