<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jetty10</artifactId>
<version>4.2.25</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-jetty10', version='4.2.25')
)
<parent> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-parent</artifactId> <version>4.2.25</version> </parent>
compile
|-- io.dropwizard.metrics:metrics-core
|-- io.dropwizard.metrics:metrics-annotation
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-io
|-- org.eclipse.jetty:jetty-util
|-- org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6
runtime
|-- org.slf4j:slf4j-api:2.0.11
test
|-- junit:junit