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