License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers |
GroupId | GroupIdio.github.sdacode |
ArtifactId | ArtifactIdspringboot-aws-secretsmanager |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionspringboot-aws-secretsmanager
Component for loading AWS SecretsManager parameters in the spring-boot application and
application.properties
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.sdacode/springboot-aws-secretsmanager/ -->
<dependency>
<groupId>io.github.sdacode</groupId>
<artifactId>springboot-aws-secretsmanager</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sdacode/springboot-aws-secretsmanager/
implementation 'io.github.sdacode:springboot-aws-secretsmanager:1.0.3'
// https://jarcasting.com/artifacts/io.github.sdacode/springboot-aws-secretsmanager/
implementation ("io.github.sdacode:springboot-aws-secretsmanager:1.0.3")
'io.github.sdacode:springboot-aws-secretsmanager:jar:1.0.3'
<dependency org="io.github.sdacode" name="springboot-aws-secretsmanager" rev="1.0.3">
<artifact name="springboot-aws-secretsmanager" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sdacode', module='springboot-aws-secretsmanager', version='1.0.3')
)
libraryDependencies += "io.github.sdacode" % "springboot-aws-secretsmanager" % "1.0.3"
[io.github.sdacode/springboot-aws-secretsmanager "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 2.4.4 |
com.amazonaws : aws-java-sdk-core | jar | |
com.amazonaws : aws-java-sdk-secretsmanager | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.9.RELEASE |