Categories |
CategoriesCLI User Interface Glowroot Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.glowroot.instrumentation |
ArtifactId | ArtifactIdinstrumentation-apache-http-client |
Version | Version0.14.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-apache-http-client/ -->
<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-apache-http-client</artifactId>
<version>0.14.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-apache-http-client/
implementation 'org.glowroot.instrumentation:instrumentation-apache-http-client:0.14.8'
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-apache-http-client/
implementation ("org.glowroot.instrumentation:instrumentation-apache-http-client:0.14.8")
'org.glowroot.instrumentation:instrumentation-apache-http-client:jar:0.14.8'
<dependency org="org.glowroot.instrumentation" name="instrumentation-apache-http-client" rev="0.14.8">
<artifact name="instrumentation-apache-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-apache-http-client', version='0.14.8')
)
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-apache-http-client" % "0.14.8"
[org.glowroot.instrumentation/instrumentation-apache-http-client "0.14.8"]