Categories |
CategoriesGlowroot Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.glowroot.instrumentation |
ArtifactId | ArtifactIdinstrumentation-engine |
Version | Version0.14.5 |
Type | Typejar |
Filename | Size |
---|---|
instrumentation-engine-0.14.5.pom | |
instrumentation-engine-0.14.5.jar | 552 KB |
instrumentation-engine-0.14.5-sources.jar | 289 KB |
instrumentation-engine-0.14.5-javadoc.jar | 568 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-engine/ -->
<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-engine</artifactId>
<version>0.14.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-engine/
implementation 'org.glowroot.instrumentation:instrumentation-engine:0.14.5'
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-engine/
implementation ("org.glowroot.instrumentation:instrumentation-engine:0.14.5")
'org.glowroot.instrumentation:instrumentation-engine:jar:0.14.5'
<dependency org="org.glowroot.instrumentation" name="instrumentation-engine" rev="0.14.5">
<artifact name="instrumentation-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-engine', version='0.14.5')
)
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-engine" % "0.14.5"
[org.glowroot.instrumentation/instrumentation-engine "0.14.5"]