is not current version
Last Version 5.0.0

io.dropwizard.metrics5:metrics-parent 5.0.0-rc6

The Metrics library.

Categories

Categories

DropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

io.dropwizard.metrics5
ArtifactId

ArtifactId

metrics-parent
Version

Version

5.0.0-rc6
Type

Type

pom

Download metrics-parent 5.0.0-rc6


<!-- https://jarcasting.com/artifacts/io.dropwizard.metrics5/metrics-parent/ -->
<dependency>
    <groupId>io.dropwizard.metrics5</groupId>
    <artifactId>metrics-parent</artifactId>
    <version>5.0.0-rc6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.metrics5/metrics-parent/
implementation 'io.dropwizard.metrics5:metrics-parent:5.0.0-rc6'
// https://jarcasting.com/artifacts/io.dropwizard.metrics5/metrics-parent/
implementation ("io.dropwizard.metrics5:metrics-parent:5.0.0-rc6")
'io.dropwizard.metrics5:metrics-parent:pom:5.0.0-rc6'
<dependency org="io.dropwizard.metrics5" name="metrics-parent" rev="5.0.0-rc6">
  <artifact name="metrics-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics5', module='metrics-parent', version='5.0.0-rc6')
)
libraryDependencies += "io.dropwizard.metrics5" % "metrics-parent" % "5.0.0-rc6"
[io.dropwizard.metrics5/metrics-parent "5.0.0-rc6"]