| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
| GroupId | GroupIdio.dropwizard.metrics5 |
| ArtifactId | ArtifactIdmetrics-parent |
| Last Version | Last Version5.0.0 |
| 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-5.0.0.pom | 13 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</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.metrics5/metrics-parent/
implementation 'io.dropwizard.metrics5:metrics-parent:5.0.0'
// https://jarcasting.com/artifacts/io.dropwizard.metrics5/metrics-parent/
implementation ("io.dropwizard.metrics5:metrics-parent:5.0.0")
'io.dropwizard.metrics5:metrics-parent:pom:5.0.0'
<dependency org="io.dropwizard.metrics5" name="metrics-parent" rev="5.0.0">
<artifact name="metrics-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics5', module='metrics-parent', version='5.0.0')
)
libraryDependencies += "io.dropwizard.metrics5" % "metrics-parent" % "5.0.0"
[io.dropwizard.metrics5/metrics-parent "5.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.8.0 |
| org.mockito : mockito-core | jar | 2.13.0 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |