Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-metrics |
Version | Version0.9.0-rc3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-metrics/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics</artifactId>
<version>0.9.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-metrics/
implementation 'io.dropwizard:dropwizard-metrics:0.9.0-rc3'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-metrics/
implementation ("io.dropwizard:dropwizard-metrics:0.9.0-rc3")
'io.dropwizard:dropwizard-metrics:jar:0.9.0-rc3'
<dependency org="io.dropwizard" name="dropwizard-metrics" rev="0.9.0-rc3">
<artifact name="dropwizard-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-metrics', version='0.9.0-rc3')
)
libraryDependencies += "io.dropwizard" % "dropwizard-metrics" % "0.9.0-rc3"
[io.dropwizard/dropwizard-metrics "0.9.0-rc3"]