<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-httpclient5</artifactId>
<version>4.1.36</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics', module='metrics-httpclient5', version='4.1.36')
)
<parent> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-parent</artifactId> <version>4.1.36</version> </parent>
compile
|-- io.dropwizard.metrics:metrics-core
|-- org.apache.httpcomponents.client5:httpclient5
|-- org.apache.httpcomponents.core5:httpcore5:5.2.1
test
|-- junit:junit