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