<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jetty9</artifactId>
<version>4.2.14</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-jetty9', version='4.2.14')
)
<parent> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-parent</artifactId> <version>4.2.14</version> </parent>
compile
|-- io.dropwizard.metrics:metrics-core
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-io
|-- org.eclipse.jetty:jetty-util
|-- javax.servlet:javax.servlet-api:3.1.0
test
|-- junit:junit