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