<dependency>
<groupId>io.dropwizard.metrics5</groupId>
<artifactId>metrics-httpasyncclient</artifactId>
<version>5.0.0-rc8</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.metrics5', module='metrics-httpasyncclient', version='5.0.0-rc8')
)
<dependency org="io.dropwizard.metrics5" name="metrics-httpasyncclient" rev="5.0.0-rc8" />
<parent> <groupId>io.dropwizard.metrics5</groupId> <artifactId>metrics-parent</artifactId> <version>5.0.0-rc8</version> </parent>
compile
|-- io.dropwizard.metrics5:metrics-core
|-- io.dropwizard.metrics5:metrics-httpclient
|-- org.apache.httpcomponents:httpasyncclient:4.1.4
|-- org.apache.httpcomponents:httpclient:4.5.13
|-- org.apache.httpcomponents:httpcore:4.4.15
|-- org.apache.httpcomponents:httpcore-nio:4.4.15
test
|-- junit:junit