Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.quarkiverse.amazonservices |
ArtifactId | ArtifactIdquarkus-amazon-dynamodb |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.amazonservices/quarkus-amazon-dynamodb/ -->
<dependency>
<groupId>io.quarkiverse.amazonservices</groupId>
<artifactId>quarkus-amazon-dynamodb</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.amazonservices/quarkus-amazon-dynamodb/
implementation 'io.quarkiverse.amazonservices:quarkus-amazon-dynamodb:1.0.0'
// https://jarcasting.com/artifacts/io.quarkiverse.amazonservices/quarkus-amazon-dynamodb/
implementation ("io.quarkiverse.amazonservices:quarkus-amazon-dynamodb:1.0.0")
'io.quarkiverse.amazonservices:quarkus-amazon-dynamodb:jar:1.0.0'
<dependency org="io.quarkiverse.amazonservices" name="quarkus-amazon-dynamodb" rev="1.0.0">
<artifact name="quarkus-amazon-dynamodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.amazonservices', module='quarkus-amazon-dynamodb', version='1.0.0')
)
libraryDependencies += "io.quarkiverse.amazonservices" % "quarkus-amazon-dynamodb" % "1.0.0"
[io.quarkiverse.amazonservices/quarkus-amazon-dynamodb "1.0.0"]