License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.leodb.dynamodb |
ArtifactId | ArtifactIdannotations |
Last Version | Last Version1.0.21 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProvides an easy way to access AWS DynamoDB using aws sdk version 2.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
annotations-1.0.21.pom | |
annotations-1.0.21.jar | 8 KB |
annotations-1.0.21-sources.jar | 6 KB |
annotations-1.0.21-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.leodb.dynamodb/annotations/ -->
<dependency>
<groupId>net.leodb.dynamodb</groupId>
<artifactId>annotations</artifactId>
<version>1.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/net.leodb.dynamodb/annotations/
implementation 'net.leodb.dynamodb:annotations:1.0.21'
// https://jarcasting.com/artifacts/net.leodb.dynamodb/annotations/
implementation ("net.leodb.dynamodb:annotations:1.0.21")
'net.leodb.dynamodb:annotations:jar:1.0.21'
<dependency org="net.leodb.dynamodb" name="annotations" rev="1.0.21">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.leodb.dynamodb', module='annotations', version='1.0.21')
)
libraryDependencies += "net.leodb.dynamodb" % "annotations" % "1.0.21"
[net.leodb.dynamodb/annotations "1.0.21"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar |