is not current version
Last Version 2.5.0

com.newrelic.logging:dropwizard 1.0-rc2

Decorate logs with trace data for New Relic Logging.

Categories

Categories

DropWizard Container Microservices Logging Application Layer Libs
GroupId

GroupId

com.newrelic.logging
ArtifactId

ArtifactId

dropwizard
Version

Version

1.0-rc2
Type

Type

jar

Download dropwizard 1.0-rc2


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