is not current version
Last Version 4.36

com.wavefront:dropwizard-metrics 4.29

Report metrics via the Wavefront Proxy

Categories

Categories

DropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

com.wavefront
ArtifactId

ArtifactId

dropwizard-metrics
Version

Version

4.29
Type

Type

jar

Download dropwizard-metrics 4.29


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