Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.wavefront |
ArtifactId | ArtifactIddropwizard-metrics |
Version | Version4.33 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-metrics-4.33.pom | |
dropwizard-metrics-4.33.jar | 11 KB |
dropwizard-metrics-4.33-sources.jar | 5 KB |
dropwizard-metrics-4.33-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wavefront/dropwizard-metrics/ -->
<dependency>
<groupId>com.wavefront</groupId>
<artifactId>dropwizard-metrics</artifactId>
<version>4.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavefront/dropwizard-metrics/
implementation 'com.wavefront:dropwizard-metrics:4.33'
// https://jarcasting.com/artifacts/com.wavefront/dropwizard-metrics/
implementation ("com.wavefront:dropwizard-metrics:4.33")
'com.wavefront:dropwizard-metrics:jar:4.33'
<dependency org="com.wavefront" name="dropwizard-metrics" rev="4.33">
<artifact name="dropwizard-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavefront', module='dropwizard-metrics', version='4.33')
)
libraryDependencies += "com.wavefront" % "dropwizard-metrics" % "4.33"
[com.wavefront/dropwizard-metrics "4.33"]