License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdsimple-s3 |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple-s3
Library containing useful classes for interacting and testing with S3 buckets
|
Project URL |
Project URL |
Filename | Size |
---|---|
simple-s3-1.0.1.pom | |
simple-s3-1.0.1.jar | 10 KB |
simple-s3-1.0.1-sources.jar | 6 KB |
simple-s3-1.0.1-javadoc.jar | 46 KB |
Browse |
<!-- 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"]
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 |
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 |