i

instrumentation-apache-http-client

Instrumentation for Apache HttpClient
The Apache Software License, Version 2.0
Files download
File Operation
instrumentation-apache-http-client-0.14.9.jar download
instrumentation-apache-http-client-0.14.9.pom download
instrumentation-apache-http-client-0.14.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glowroot.instrumentation</groupId>
  <artifactId>instrumentation-apache-http-client</artifactId>
  <version>0.14.9</version>
</dependency>
Gradle Groovy
implementation 'org.glowroot.instrumentation:instrumentation-apache-http-client:0.14.9'
Gradle Kotlin
implementation("org.glowroot.instrumentation:instrumentation-apache-http-client:0.14.9")
Scala SBT
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-apache-http-client" % "0.14.9"
Groovy Grape
@Grapes(
  @Grab(group='org.glowroot.instrumentation', module='instrumentation-apache-http-client', version='0.14.9')
)
Apache Ivy
<dependency org="org.glowroot.instrumentation" name="instrumentation-apache-http-client" rev="0.14.9" />
Leiningen
[org.glowroot.instrumentation/instrumentation-apache-http-client "0.14.9"]
Apache Buildr
'org.glowroot.instrumentation:instrumentation-apache-http-client:jar:0.14.9'