<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jetty12-ee10</artifactId>
<version>4.2.28</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-jetty12-ee10', 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
|-- io.dropwizard.metrics:metrics-jetty12
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty.ee10:jetty-ee10-servlet
|-- jakarta.servlet:jakarta.servlet-api
provided
|-- org.eclipse.jetty:jetty-util
runtime
|-- org.slf4j:slf4j-api:2.0.16
test
|-- junit:junit
|-- org.eclipse.jetty:jetty-client
|-- org.eclipse.jetty:jetty-http