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