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