<dependency>
<groupId>io.dropwizard.metrics5</groupId>
<artifactId>metrics-jetty10</artifactId>
<version>5.0.0-rc15</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics5', module='metrics-jetty10', version='5.0.0-rc15')
)
<parent> <groupId>io.dropwizard.metrics5</groupId> <artifactId>metrics-parent</artifactId> <version>5.0.0-rc15</version> </parent>
compile
|-- io.dropwizard.metrics5:metrics-core
|-- 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.0-alpha6
test
|-- junit:junit