i

instrumentation-test-harness

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