Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.helixservice |
ArtifactId | ArtifactIdhelix-config-dynamodb |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.helixservice/helix-config-dynamodb/ -->
<dependency>
<groupId>io.helixservice</groupId>
<artifactId>helix-config-dynamodb</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.helixservice/helix-config-dynamodb/
implementation 'io.helixservice:helix-config-dynamodb:1.0.3'
// https://jarcasting.com/artifacts/io.helixservice/helix-config-dynamodb/
implementation ("io.helixservice:helix-config-dynamodb:1.0.3")
'io.helixservice:helix-config-dynamodb:jar:1.0.3'
<dependency org="io.helixservice" name="helix-config-dynamodb" rev="1.0.3">
<artifact name="helix-config-dynamodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helixservice', module='helix-config-dynamodb', version='1.0.3')
)
libraryDependencies += "io.helixservice" % "helix-config-dynamodb" % "1.0.3"
[io.helixservice/helix-config-dynamodb "1.0.3"]