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