GroupId | GroupIdcom.github.michaelruocco |
---|---|
ArtifactId | ArtifactIdsimple-dynamo |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
simple-dynamo-3.0.1.pom | |
simple-dynamo-3.0.1.jar | 20 KB |
simple-dynamo-3.0.1-sources.jar | 9 KB |
simple-dynamo-3.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/simple-dynamo/
implementation 'com.github.michaelruocco:simple-dynamo:3.0.1'
// https://jarcasting.com/artifacts/com.github.michaelruocco/simple-dynamo/
implementation ("com.github.michaelruocco:simple-dynamo:3.0.1")
'com.github.michaelruocco:simple-dynamo:jar:3.0.1'
<dependency org="com.github.michaelruocco" name="simple-dynamo" rev="3.0.1">
<artifact name="simple-dynamo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='simple-dynamo', version='3.0.1')
)
libraryDependencies += "com.github.michaelruocco" % "simple-dynamo" % "3.0.1"
[com.github.michaelruocco/simple-dynamo "3.0.1"]