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