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