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