Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.github.bancolombia |
ArtifactId | ArtifactIdaws-secrets-manager-sync |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bancolombia/aws-secrets-manager-sync/ -->
<dependency>
<groupId>com.github.bancolombia</groupId>
<artifactId>aws-secrets-manager-sync</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bancolombia/aws-secrets-manager-sync/
implementation 'com.github.bancolombia:aws-secrets-manager-sync:2.0.0'
// https://jarcasting.com/artifacts/com.github.bancolombia/aws-secrets-manager-sync/
implementation ("com.github.bancolombia:aws-secrets-manager-sync:2.0.0")
'com.github.bancolombia:aws-secrets-manager-sync:jar:2.0.0'
<dependency org="com.github.bancolombia" name="aws-secrets-manager-sync" rev="2.0.0">
<artifact name="aws-secrets-manager-sync" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bancolombia', module='aws-secrets-manager-sync', version='2.0.0')
)
libraryDependencies += "com.github.bancolombia" % "aws-secrets-manager-sync" % "2.0.0"
[com.github.bancolombia/aws-secrets-manager-sync "2.0.0"]