License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers config Application Layer Libs Configuration |
GroupId | GroupIdcom.github.mdsina |
ArtifactId | ArtifactIdaws-param-store-config |
Version | Version0.1.1 |
Type | Typejar |
Description |
Descriptionaws-param-store-config
Spring Cloud config integration with the AWS Parameter Store
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdsina/aws-param-store-config/
implementation 'com.github.mdsina:aws-param-store-config:0.1.1'
// https://jarcasting.com/artifacts/com.github.mdsina/aws-param-store-config/
implementation ("com.github.mdsina:aws-param-store-config:0.1.1")
'com.github.mdsina:aws-param-store-config:jar:0.1.1'
<dependency org="com.github.mdsina" name="aws-param-store-config" rev="0.1.1">
<artifact name="aws-param-store-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdsina', module='aws-param-store-config', version='0.1.1')
)
libraryDependencies += "com.github.mdsina" % "aws-param-store-config" % "0.1.1"
[com.github.mdsina/aws-param-store-config "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.0.2.RELEASE |
org.springframework.cloud : spring-cloud-context | jar | |
com.amazonaws : aws-java-sdk-ssm | jar | |
javax.validation : validation-api Optional | jar | 2.0.1.Final |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.2.RELEASE |