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