Simple Dynamo

Library containing useful classes for interacting and testing with Dynamo DB

License

License

GroupId

GroupId

com.github.michaelruocco
ArtifactId

ArtifactId

simple-dynamo
Last Version

Last Version

3.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Dynamo
Library containing useful classes for interacting and testing with Dynamo DB
Project URL

Project URL

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

Download simple-dynamo

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.amazonaws : aws-java-sdk-dynamodb jar 1.11.184
com.github.michaelruocco : json-logger jar 1.0.1

test (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.2
3.0.1
3.0.0
2.0.0
1.0.0