Files download
File Operation
instrumentation-parent-0.14.9.pom download
Apache Maven
<dependency>
  <groupId>org.glowroot.instrumentation</groupId>
  <artifactId>instrumentation-parent</artifactId>
  <version>0.14.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.glowroot.instrumentation:instrumentation-parent:0.14.9'
Gradle Kotlin
implementation("org.glowroot.instrumentation:instrumentation-parent:0.14.9")
Scala SBT
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-parent" % "0.14.9"
Groovy Grape
@Grapes(
  @Grab(group='org.glowroot.instrumentation', module='instrumentation-parent', version='0.14.9')
)
Apache Ivy
<dependency org="org.glowroot.instrumentation" name="instrumentation-parent" rev="0.14.9" />
Leiningen
[org.glowroot.instrumentation/instrumentation-parent "0.14.9"]
Apache Buildr
'org.glowroot.instrumentation:instrumentation-parent:jar:0.14.9'
Dependencies
The project has no third-party dependencies