is not current version
Last Version 1.0.1

com.github.michaelruocco:simple-s3 1.0.0

Library containing useful classes for interacting and testing with S3 buckets

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

simple-s3
Version

Version

1.0.0
Type

Type

jar

Download simple-s3 1.0.0


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