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