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