is not current version
Last Version 1.5.0

com.coveo:spring-boot-parameter-store-integration 1.0.0

An integration of Amazon Web Services' Systems Manager Parameter Store for Spring Boot's properties injection.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.coveo
ArtifactId

ArtifactId

spring-boot-parameter-store-integration
Version

Version

1.0.0
Type

Type

jar

Download spring-boot-parameter-store-integration 1.0.0


<!-- https://jarcasting.com/artifacts/com.coveo/spring-boot-parameter-store-integration/ -->
<dependency>
    <groupId>com.coveo</groupId>
    <artifactId>spring-boot-parameter-store-integration</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.coveo/spring-boot-parameter-store-integration/
implementation 'com.coveo:spring-boot-parameter-store-integration:1.0.0'
// https://jarcasting.com/artifacts/com.coveo/spring-boot-parameter-store-integration/
implementation ("com.coveo:spring-boot-parameter-store-integration:1.0.0")
'com.coveo:spring-boot-parameter-store-integration:jar:1.0.0'
<dependency org="com.coveo" name="spring-boot-parameter-store-integration" rev="1.0.0">
  <artifact name="spring-boot-parameter-store-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coveo', module='spring-boot-parameter-store-integration', version='1.0.0')
)
libraryDependencies += "com.coveo" % "spring-boot-parameter-store-integration" % "1.0.0"
[com.coveo/spring-boot-parameter-store-integration "1.0.0"]