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