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