License |
License |
---|---|
Categories |
CategoriesAWS Container PaaS Providers Bootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.aws |
ArtifactId | ArtifactIdbootique-aws-secrets |
Version | Version2.0.RC1 |
Type | Typejar |
Description |
Descriptionbootique-aws-secrets: AWS SecretsManager integration with Bootique
Allows to load pieces of configuration from the AWS SecretsManager
|
Project Organization |
Project OrganizationObjectStyle LLC |
<!-- https://jarcasting.com/artifacts/io.bootique.aws/bootique-aws-secrets/ -->
<dependency>
<groupId>io.bootique.aws</groupId>
<artifactId>bootique-aws-secrets</artifactId>
<version>2.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.aws/bootique-aws-secrets/
implementation 'io.bootique.aws:bootique-aws-secrets:2.0.RC1'
// https://jarcasting.com/artifacts/io.bootique.aws/bootique-aws-secrets/
implementation ("io.bootique.aws:bootique-aws-secrets:2.0.RC1")
'io.bootique.aws:bootique-aws-secrets:jar:2.0.RC1'
<dependency org="io.bootique.aws" name="bootique-aws-secrets" rev="2.0.RC1">
<artifact name="bootique-aws-secrets" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.aws', module='bootique-aws-secrets', version='2.0.RC1')
)
libraryDependencies += "io.bootique.aws" % "bootique-aws-secrets" % "2.0.RC1"
[io.bootique.aws/bootique-aws-secrets "2.0.RC1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique.aws : bootique-aws | jar | 2.0.RC1 |
com.amazonaws : aws-java-sdk-secretsmanager | jar | 1.11.913 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.9.0 |
io.bootique : bootique-junit5 | jar | 2.0.RC1 |
org.testcontainers : junit-jupiter | jar | |
org.testcontainers : localstack | jar | |
org.slf4j : slf4j-simple | jar | 1.7.25 |
io.bootique.jdbc : bootique-jdbc-hikaricp | jar | 2.0.RC1 |