MVN

io.awspring.cloud : spring-cloud-aws-parameter-store

Maven & Gradle

Aug 14, 2023
624 stars

Spring Cloud AWS Parameter Store Integration

<dependency>
    <groupId>io.awspring.cloud</groupId>
    <artifactId>spring-cloud-aws-parameter-store</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.awspring.cloud : spring-cloud-aws-parameter-store to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2
  • Latest Release Candidate: 3.0.0-RC2

All Versions

Choose a version of io.awspring.cloud : spring-cloud-aws-parameter-store to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
spring-cloud-aws-parameter-store-3.0.2
spring-cloud-aws-parameter-store-3.0.1
spring-cloud-aws-parameter-store-3.0.0
spring-cloud-aws-parameter-store-3.0.0-RC2
spring-cloud-aws-parameter-store-3.0.0-RC1
spring-cloud-aws-parameter-store-3.0.0-M3
spring-cloud-aws-parameter-store-3.0.0-M2
spring-cloud-aws-parameter-store-3.0.0-M1

How to add a dependency to Maven

Add the following io.awspring.cloud : spring-cloud-aws-parameter-store maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.awspring.cloud</groupId>
    <artifactId>spring-cloud-aws-parameter-store</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.awspring.cloud : spring-cloud-aws-parameter-store gradle dependency to your build.gradle file:

implementation 'io.awspring.cloud:spring-cloud-aws-parameter-store:3.0.2'

Gradle Kotlin DSL: Add the following io.awspring.cloud : spring-cloud-aws-parameter-store gradle kotlin dependency to your build.gradle.kts file:

implementation("io.awspring.cloud:spring-cloud-aws-parameter-store:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.awspring.cloud : spring-cloud-aws-parameter-store sbt scala dependency to your build.sbt file:

libraryDependencies += "io.awspring.cloud" % "spring-cloud-aws-parameter-store" % "3.0.2"