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