| License | License | 
|---|---|
| Categories | CategoriesAWS Container PaaS Providers config Application Layer Libs Configuration | 
| GroupId | GroupIdorg.springframework.cloud | 
| ArtifactId | ArtifactIdspring-cloud-starter-aws-parameter-store-config | 
| Version | Version2.2.6.RELEASE | 
| Type | Typejar | 
| Description | DescriptionSpring Cloud AWS Parameter Store Configuration Starter Spring Cloud AWS Parameter Store Configuration Starter | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-aws-parameter-store-config/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-aws-parameter-store-config</artifactId>
    <version>2.2.6.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-aws-parameter-store-config/
implementation 'org.springframework.cloud:spring-cloud-starter-aws-parameter-store-config:2.2.6.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-aws-parameter-store-config/
implementation ("org.springframework.cloud:spring-cloud-starter-aws-parameter-store-config:2.2.6.RELEASE")'org.springframework.cloud:spring-cloud-starter-aws-parameter-store-config:jar:2.2.6.RELEASE'<dependency org="org.springframework.cloud" name="spring-cloud-starter-aws-parameter-store-config" rev="2.2.6.RELEASE">
  <artifact name="spring-cloud-starter-aws-parameter-store-config" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-aws-parameter-store-config', version='2.2.6.RELEASE')
)libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-aws-parameter-store-config" % "2.2.6.RELEASE"[org.springframework.cloud/spring-cloud-starter-aws-parameter-store-config "2.2.6.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.cloud : spring-cloud-aws-parameter-store-config | jar | |
| org.springframework.cloud : spring-cloud-aws-core | jar | |
| org.slf4j : slf4j-api | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |