Categories |
CategoriesAWS Container PaaS Providers config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.mdsina |
ArtifactId | ArtifactIdaws-param-store-config |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mdsina/aws-param-store-config/ -->
<dependency>
<groupId>com.github.mdsina</groupId>
<artifactId>aws-param-store-config</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdsina/aws-param-store-config/
implementation 'com.github.mdsina:aws-param-store-config:0.1'
// https://jarcasting.com/artifacts/com.github.mdsina/aws-param-store-config/
implementation ("com.github.mdsina:aws-param-store-config:0.1")
'com.github.mdsina:aws-param-store-config:jar:0.1'
<dependency org="com.github.mdsina" name="aws-param-store-config" rev="0.1">
<artifact name="aws-param-store-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdsina', module='aws-param-store-config', version='0.1')
)
libraryDependencies += "com.github.mdsina" % "aws-param-store-config" % "0.1"
[com.github.mdsina/aws-param-store-config "0.1"]