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