is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-logging 0.9.1-rc1


Categories

Categories

DropWizard Container Microservices Logging Application Layer Libs
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-logging
Version

Version

0.9.1-rc1
Type

Type

jar

Download dropwizard-logging 0.9.1-rc1


<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-logging/ -->
<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>dropwizard-logging</artifactId>
    <version>0.9.1-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-logging/
implementation 'io.dropwizard:dropwizard-logging:0.9.1-rc1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-logging/
implementation ("io.dropwizard:dropwizard-logging:0.9.1-rc1")
'io.dropwizard:dropwizard-logging:jar:0.9.1-rc1'
<dependency org="io.dropwizard" name="dropwizard-logging" rev="0.9.1-rc1">
  <artifact name="dropwizard-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-logging', version='0.9.1-rc1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-logging" % "0.9.1-rc1"
[io.dropwizard/dropwizard-logging "0.9.1-rc1"]