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