| Categories |
CategoriesGlowroot Application Testing & Monitoring Monitoring |
|---|---|
| GroupId | GroupIdorg.glowroot.instrumentation |
| ArtifactId | ArtifactIdinstrumentation-engine |
| Version | Version0.14.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| instrumentation-engine-0.14.3.pom | |
| instrumentation-engine-0.14.3.jar | 556 KB |
| instrumentation-engine-0.14.3-sources.jar | 291 KB |
| instrumentation-engine-0.14.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-engine/
implementation 'org.glowroot.instrumentation:instrumentation-engine:0.14.3'
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-engine/
implementation ("org.glowroot.instrumentation:instrumentation-engine:0.14.3")
'org.glowroot.instrumentation:instrumentation-engine:jar:0.14.3'
<dependency org="org.glowroot.instrumentation" name="instrumentation-engine" rev="0.14.3">
<artifact name="instrumentation-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-engine', version='0.14.3')
)
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-engine" % "0.14.3"
[org.glowroot.instrumentation/instrumentation-engine "0.14.3"]