i

instrumentation-engine

Instrumentation Engine
The Apache Software License, Version 2.0
Files download
File Operation
instrumentation-engine-0.14.6.jar download
instrumentation-engine-0.14.6.pom download
instrumentation-engine-0.14.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glowroot.instrumentation</groupId>
  <artifactId>instrumentation-engine</artifactId>
  <version>0.14.6</version>
</dependency>
Gradle Groovy
implementation 'org.glowroot.instrumentation:instrumentation-engine:0.14.6'
Gradle Kotlin
implementation("org.glowroot.instrumentation:instrumentation-engine:0.14.6")
Scala SBT
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-engine" % "0.14.6"
Groovy Grape
@Grapes(
  @Grab(group='org.glowroot.instrumentation', module='instrumentation-engine', version='0.14.6')
)
Apache Ivy
<dependency org="org.glowroot.instrumentation" name="instrumentation-engine" rev="0.14.6" />
Leiningen
[org.glowroot.instrumentation/instrumentation-engine "0.14.6"]
Apache Buildr
'org.glowroot.instrumentation:instrumentation-engine:jar:0.14.6'