File | Operation |
---|---|
metrics-parent-4.1.11.pom | download |
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-parent</artifactId>
<version>4.1.11</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-parent', version='4.1.11')
)
compile
|-- org.slf4j:slf4j-api:1.7.30
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.16.1