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