is not current version
Last Version 1.4.0

org.gomoob:aws-s3 1.0.2

The Gomoob Java Amazon Web Services S3 library contains utility class to work with the Amazon S3 Java SDK.

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

org.gomoob
ArtifactId

ArtifactId

aws-s3
Version

Version

1.0.2
Type

Type

jar

Download aws-s3 1.0.2


<!-- https://jarcasting.com/artifacts/org.gomoob/aws-s3/ -->
<dependency>
    <groupId>org.gomoob</groupId>
    <artifactId>aws-s3</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.gomoob/aws-s3/
implementation 'org.gomoob:aws-s3:1.0.2'
// https://jarcasting.com/artifacts/org.gomoob/aws-s3/
implementation ("org.gomoob:aws-s3:1.0.2")
'org.gomoob:aws-s3:jar:1.0.2'
<dependency org="org.gomoob" name="aws-s3" rev="1.0.2">
  <artifact name="aws-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gomoob', module='aws-s3', version='1.0.2')
)
libraryDependencies += "org.gomoob" % "aws-s3" % "1.0.2"
[org.gomoob/aws-s3 "1.0.2"]