is not current version
Last Version 3.1.1

org.springframework.cloud:spring-cloud-vault-config-aws 2.2.2.RELEASE

Spring Cloud Vault Config AWS support

Categories

Categories

AWS Container PaaS Providers config Application Layer Libs Configuration
GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-vault-config-aws
Version

Version

2.2.2.RELEASE
Type

Type

jar

Download spring-cloud-vault-config-aws 2.2.2.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-vault-config-aws/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-vault-config-aws</artifactId>
    <version>2.2.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-vault-config-aws/
implementation 'org.springframework.cloud:spring-cloud-vault-config-aws:2.2.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-vault-config-aws/
implementation ("org.springframework.cloud:spring-cloud-vault-config-aws:2.2.2.RELEASE")
'org.springframework.cloud:spring-cloud-vault-config-aws:jar:2.2.2.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-vault-config-aws" rev="2.2.2.RELEASE">
  <artifact name="spring-cloud-vault-config-aws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-vault-config-aws', version='2.2.2.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-vault-config-aws" % "2.2.2.RELEASE"
[org.springframework.cloud/spring-cloud-vault-config-aws "2.2.2.RELEASE"]