<dependency>
<groupId>io.dropwizard.metrics5</groupId>
<artifactId>metrics-jetty11</artifactId>
<version>5.0.0-rc8</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics5', module='metrics-jetty11', version='5.0.0-rc8')
)
<parent> <groupId>io.dropwizard.metrics5</groupId> <artifactId>metrics-parent</artifactId> <version>5.0.0-rc8</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-jakarta-servlet-api:5.0.2
runtime
|-- org.slf4j:slf4j-api:2.0.0-alpha5
test
|-- junit:junit