Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.chrisgleissner.config |
ArtifactId | ArtifactIdmicroprofile-config-jasypt |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.chrisgleissner.config/microprofile-config-jasypt/ -->
<dependency>
<groupId>com.github.chrisgleissner.config</groupId>
<artifactId>microprofile-config-jasypt</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner.config/microprofile-config-jasypt/
implementation 'com.github.chrisgleissner.config:microprofile-config-jasypt:1.0.4'
// https://jarcasting.com/artifacts/com.github.chrisgleissner.config/microprofile-config-jasypt/
implementation ("com.github.chrisgleissner.config:microprofile-config-jasypt:1.0.4")
'com.github.chrisgleissner.config:microprofile-config-jasypt:jar:1.0.4'
<dependency org="com.github.chrisgleissner.config" name="microprofile-config-jasypt" rev="1.0.4">
<artifact name="microprofile-config-jasypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner.config', module='microprofile-config-jasypt', version='1.0.4')
)
libraryDependencies += "com.github.chrisgleissner.config" % "microprofile-config-jasypt" % "1.0.4"
[com.github.chrisgleissner.config/microprofile-config-jasypt "1.0.4"]