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