Categories |
CategoriesDropWizard Container Microservices JSON Data Logging Application Layer Libs |
---|---|
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-json-logging |
Version | Version2.0.0-rc12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-json-logging/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-json-logging</artifactId>
<version>2.0.0-rc12</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-json-logging/
implementation 'io.dropwizard:dropwizard-json-logging:2.0.0-rc12'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-json-logging/
implementation ("io.dropwizard:dropwizard-json-logging:2.0.0-rc12")
'io.dropwizard:dropwizard-json-logging:jar:2.0.0-rc12'
<dependency org="io.dropwizard" name="dropwizard-json-logging" rev="2.0.0-rc12">
<artifact name="dropwizard-json-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-json-logging', version='2.0.0-rc12')
)
libraryDependencies += "io.dropwizard" % "dropwizard-json-logging" % "2.0.0-rc12"
[io.dropwizard/dropwizard-json-logging "2.0.0-rc12"]