<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-httpclient</artifactId>
<version>4.2.22</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-httpclient', version='4.2.22')
)
<parent> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-parent</artifactId> <version>4.2.22</version> </parent>
compile
|-- io.dropwizard.metrics:metrics-core
|-- org.apache.httpcomponents:httpcore:4.4.16
|-- org.apache.httpcomponents:httpclient:4.5.14
test
|-- junit:junit