| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
| GroupId | GroupIdio.dropwizard.metrics |
| ArtifactId | ArtifactIdmetrics-parent |
| Last Version | Last Version4.2.10 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMetrics Parent
The Metrics library.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| metrics-parent-4.2.10.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-parent/ -->
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>4.2.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-parent/
implementation 'io.dropwizard.metrics:metrics-parent:4.2.10'
// https://jarcasting.com/artifacts/io.dropwizard.metrics/metrics-parent/
implementation ("io.dropwizard.metrics:metrics-parent:4.2.10")
'io.dropwizard.metrics:metrics-parent:pom:4.2.10'
<dependency org="io.dropwizard.metrics" name="metrics-parent" rev="4.2.10">
<artifact name="metrics-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-parent', version='4.2.10')
)
libraryDependencies += "io.dropwizard.metrics" % "metrics-parent" % "4.2.10"
[io.dropwizard.metrics/metrics-parent "4.2.10"]