i

instrumentation-test-matrix

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