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