<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jersey2</artifactId>
<version>3.2.5</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-jersey2', version='3.2.5')
)
<parent> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-parent</artifactId> <version>3.2.5</version> </parent>
compile
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-annotation
|-- org.glassfish.jersey.core:jersey-server:2.11
test
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory:2.11