i

instrumentation-test-harness

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