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