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