is not current version
Last Version 3.0.0-M2

io.helidon.config:helidon-config-encryption 2.0.0-RC2

Configuration filter checking property values and decrypting them if needed. Also provides tools to encrypt values to store them in config files.

Categories

Categories

Helidon Container Microservices config Application Layer Libs Configuration
GroupId

GroupId

io.helidon.config
ArtifactId

ArtifactId

helidon-config-encryption
Version

Version

2.0.0-RC2
Type

Type

jar

Download helidon-config-encryption 2.0.0-RC2


<!-- https://jarcasting.com/artifacts/io.helidon.config/helidon-config-encryption/ -->
<dependency>
    <groupId>io.helidon.config</groupId>
    <artifactId>helidon-config-encryption</artifactId>
    <version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-encryption/
implementation 'io.helidon.config:helidon-config-encryption:2.0.0-RC2'
// https://jarcasting.com/artifacts/io.helidon.config/helidon-config-encryption/
implementation ("io.helidon.config:helidon-config-encryption:2.0.0-RC2")
'io.helidon.config:helidon-config-encryption:jar:2.0.0-RC2'
<dependency org="io.helidon.config" name="helidon-config-encryption" rev="2.0.0-RC2">
  <artifact name="helidon-config-encryption" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.config', module='helidon-config-encryption', version='2.0.0-RC2')
)
libraryDependencies += "io.helidon.config" % "helidon-config-encryption" % "2.0.0-RC2"
[io.helidon.config/helidon-config-encryption "2.0.0-RC2"]