Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.leodb.dynamodb |
ArtifactId | ArtifactIdannotations |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
annotations-1.0.9.pom | |
annotations-1.0.9.jar | 8 KB |
annotations-1.0.9-sources.jar | 6 KB |
annotations-1.0.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.leodb.dynamodb/annotations/
implementation 'net.leodb.dynamodb:annotations:1.0.9'
// https://jarcasting.com/artifacts/net.leodb.dynamodb/annotations/
implementation ("net.leodb.dynamodb:annotations:1.0.9")
'net.leodb.dynamodb:annotations:jar:1.0.9'
<dependency org="net.leodb.dynamodb" name="annotations" rev="1.0.9">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.leodb.dynamodb', module='annotations', version='1.0.9')
)
libraryDependencies += "net.leodb.dynamodb" % "annotations" % "1.0.9"
[net.leodb.dynamodb/annotations "1.0.9"]