License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers |
GroupId | GroupIdde.ottonow |
ArtifactId | ArtifactIdaws-secrets-manager-property-source |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionaws-secrets-manager-property-source
Kotlin library to resolve secrets in property files via AWS Secretsmanager in a Spring Boot application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.ottonow/aws-secrets-manager-property-source/ -->
<dependency>
<groupId>de.ottonow</groupId>
<artifactId>aws-secrets-manager-property-source</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.ottonow/aws-secrets-manager-property-source/
implementation 'de.ottonow:aws-secrets-manager-property-source:0.1.0'
// https://jarcasting.com/artifacts/de.ottonow/aws-secrets-manager-property-source/
implementation ("de.ottonow:aws-secrets-manager-property-source:0.1.0")
'de.ottonow:aws-secrets-manager-property-source:jar:0.1.0'
<dependency org="de.ottonow" name="aws-secrets-manager-property-source" rev="0.1.0">
<artifact name="aws-secrets-manager-property-source" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ottonow', module='aws-secrets-manager-property-source', version='0.1.0')
)
libraryDependencies += "de.ottonow" % "aws-secrets-manager-property-source" % "0.1.0"
[de.ottonow/aws-secrets-manager-property-source "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.11 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.11 |
com.amazonaws : aws-java-sdk-secretsmanager | jar | 1.11.475 |
com.google.guava : guava | jar | 27.0.1-jre |