<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jetty9</artifactId>
<version>4.1.22</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-jetty9', version='4.1.22')
)