License |
License |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdsimple-dynamo |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Dynamo
Library containing useful classes for interacting and testing with Dynamo DB
|
Project URL |
Project URL |
Filename | Size |
---|---|
simple-dynamo-3.0.2.pom | |
simple-dynamo-3.0.2.jar | 20 KB |
simple-dynamo-3.0.2-sources.jar | 9 KB |
simple-dynamo-3.0.2-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/simple-dynamo/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>simple-dynamo</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/simple-dynamo/
implementation 'com.github.michaelruocco:simple-dynamo:3.0.2'
// https://jarcasting.com/artifacts/com.github.michaelruocco/simple-dynamo/
implementation ("com.github.michaelruocco:simple-dynamo:3.0.2")
'com.github.michaelruocco:simple-dynamo:jar:3.0.2'
<dependency org="com.github.michaelruocco" name="simple-dynamo" rev="3.0.2">
<artifact name="simple-dynamo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='simple-dynamo', version='3.0.2')
)
libraryDependencies += "com.github.michaelruocco" % "simple-dynamo" % "3.0.2"
[com.github.michaelruocco/simple-dynamo "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-java-sdk-dynamodb | jar | 1.11.184 |
com.github.michaelruocco : json-logger | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |
com.amazonaws » DynamoDBLocal | jar | [1.11.86,2.0) |
org.slf4j : slf4j-log4j12 | jar | 1.7.24 |