Simple-s3

Library containing useful classes for interacting and testing with S3 buckets

License

License

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

simple-s3
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Simple-s3
Library containing useful classes for interacting and testing with S3 buckets
Project URL

Project URL

https://github.com/michaelruocco/simple-s3

Download simple-s3

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.amazonaws : aws-java-sdk-s3 jar 1.11.177
com.github.michaelruocco : json-logger jar 1.0.1
com.github.michaelruocco : retriable jar 1.0.0
com.amazonaws : aws-lambda-java-events jar 1.3.0
commons-io : commons-io jar 2.5

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.8.0
org.mockito : mockito-all jar 1.9.5
com.github.michaelruocco : property-loader jar 2.0.1
org.slf4j : slf4j-log4j12 jar 1.7.25

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0