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