is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-logging 1.1.0-rc4


Categories

Categories

DropWizard Container Microservices Logging Application Layer Libs
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-logging
Version

Version

1.1.0-rc4
Type

Type

jar

Download dropwizard-logging 1.1.0-rc4


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