License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices config Application Layer Libs Configuration |
GroupId | GroupIdcom.github.chrisgleissner.config |
ArtifactId | ArtifactIdmicroprofile-config-jasypt-quarkus-example |
Version | Version1.0.5 |
Type | Typejar |
Description |
DescriptionJava configuration utilities
|
<!-- https://jarcasting.com/artifacts/com.github.chrisgleissner.config/microprofile-config-jasypt-quarkus-example/ -->
<dependency>
<groupId>com.github.chrisgleissner.config</groupId>
<artifactId>microprofile-config-jasypt-quarkus-example</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner.config/microprofile-config-jasypt-quarkus-example/
implementation 'com.github.chrisgleissner.config:microprofile-config-jasypt-quarkus-example:1.0.5'
// https://jarcasting.com/artifacts/com.github.chrisgleissner.config/microprofile-config-jasypt-quarkus-example/
implementation ("com.github.chrisgleissner.config:microprofile-config-jasypt-quarkus-example:1.0.5")
'com.github.chrisgleissner.config:microprofile-config-jasypt-quarkus-example:jar:1.0.5'
<dependency org="com.github.chrisgleissner.config" name="microprofile-config-jasypt-quarkus-example" rev="1.0.5">
<artifact name="microprofile-config-jasypt-quarkus-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner.config', module='microprofile-config-jasypt-quarkus-example', version='1.0.5')
)
libraryDependencies += "com.github.chrisgleissner.config" % "microprofile-config-jasypt-quarkus-example" % "1.0.5"
[com.github.chrisgleissner.config/microprofile-config-jasypt-quarkus-example "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.chrisgleissner.config : microprofile-config-jasypt | jar | 1.0.5 |
io.quarkus : quarkus-resteasy | jar | |
io.quarkus : quarkus-hibernate-orm | jar | |
io.quarkus : quarkus-resteasy-jackson | jar | |
io.quarkus : quarkus-flyway | jar | |
io.quarkus : quarkus-jdbc-h2 | jar | |
io.quarkus : quarkus-jackson | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar | |
io.rest-assured : rest-assured | jar | 4.2.0 |
org.assertj : assertj-core | jar | 3.15.0 |