<dependency>
<groupId>io.dropwizard.metrics5</groupId>
<artifactId>metrics-httpasyncclient</artifactId>
<version>5.0.0-rc11</version>
<type>bundle</type>
</dependency>
libraryDependencies += "io.dropwizard.metrics5" % "metrics-httpasyncclient" % "5.0.0-rc11"
@Grapes(
@Grab(group='io.dropwizard.metrics5', module='metrics-httpasyncclient', version='5.0.0-rc11')
)
<dependency org="io.dropwizard.metrics5" name="metrics-httpasyncclient" rev="5.0.0-rc11" />
<parent> <groupId>io.dropwizard.metrics5</groupId> <artifactId>metrics-parent</artifactId> <version>5.0.0-rc11</version> </parent>
compile
|-- io.dropwizard.metrics5:metrics-core
|-- io.dropwizard.metrics5:metrics-httpclient
|-- org.apache.httpcomponents:httpasyncclient:4.1.5
|-- 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