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