i

instrumentation-test-harness

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