is not current version
Last Version 3.0.0-M2

io.helidon.config:helidon-config-encryption 1.0.2

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

1.0.2
Type

Type

jar

Download helidon-config-encryption 1.0.2


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