Categories |
CategoriesJSON Data Logging Application Layer Libs |
---|---|
GroupId | GroupIdio.quarkiverse.loggingjson |
ArtifactId | ArtifactIdquarkiverse-logging-json-deployment |
Version | Version0.1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.loggingjson/quarkiverse-logging-json-deployment/ -->
<dependency>
<groupId>io.quarkiverse.loggingjson</groupId>
<artifactId>quarkiverse-logging-json-deployment</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.loggingjson/quarkiverse-logging-json-deployment/
implementation 'io.quarkiverse.loggingjson:quarkiverse-logging-json-deployment:0.1.5'
// https://jarcasting.com/artifacts/io.quarkiverse.loggingjson/quarkiverse-logging-json-deployment/
implementation ("io.quarkiverse.loggingjson:quarkiverse-logging-json-deployment:0.1.5")
'io.quarkiverse.loggingjson:quarkiverse-logging-json-deployment:jar:0.1.5'
<dependency org="io.quarkiverse.loggingjson" name="quarkiverse-logging-json-deployment" rev="0.1.5">
<artifact name="quarkiverse-logging-json-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.loggingjson', module='quarkiverse-logging-json-deployment', version='0.1.5')
)
libraryDependencies += "io.quarkiverse.loggingjson" % "quarkiverse-logging-json-deployment" % "0.1.5"
[io.quarkiverse.loggingjson/quarkiverse-logging-json-deployment "0.1.5"]