File | Operation |
---|---|
metrics-bom-4.2.26.pom | download |
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-bom</artifactId>
<version>4.2.26</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-bom', version='4.2.26')
)
<parent> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-parent</artifactId> <version>4.2.26</version> </parent>