Jar examples for m:metrics-httpclient
An Apache HttpClient wrapper providing Metrics instrumentation of connection pools, request durations and rates, and other useful information.
You can download jar file metrics-httpclient 3.1.1 in this page.
You can use the following script to add metrics-httpclient-3.1.1.jar to your project.
<dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-httpclient</artifactId> <version>3.1.1</version> </dependency>
compile group: 'io.dropwizard.metrics', name: 'metrics-httpclient', version: '3.1.1'
libraryDependencies += "io.dropwizard.metrics" % "metrics-httpclient" % "3.1.1"
<dependency org="io.dropwizard.metrics" name="metrics-httpclient" rev="3.1.1"/>
@Grapes(@Grab(group='io.dropwizard.metrics', module='metrics-httpclient', version='3.1.1'))
'io.dropwizard.metrics:metrics-httpclient:jar:3.1.1'
Click the following link to download the jar file.
metrics-httpclient-3.1.1-javadoc.jar