Categories |
CategoriesGlowroot Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.glowroot |
ArtifactId | ArtifactIdglowroot-parent |
Version | Version0.8.6 |
Type | Typepom |
Filename | Size |
---|---|
glowroot-parent-0.8.6.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glowroot/glowroot-parent/ -->
<dependency>
<groupId>org.glowroot</groupId>
<artifactId>glowroot-parent</artifactId>
<version>0.8.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot/glowroot-parent/
implementation 'org.glowroot:glowroot-parent:0.8.6'
// https://jarcasting.com/artifacts/org.glowroot/glowroot-parent/
implementation ("org.glowroot:glowroot-parent:0.8.6")
'org.glowroot:glowroot-parent:pom:0.8.6'
<dependency org="org.glowroot" name="glowroot-parent" rev="0.8.6">
<artifact name="glowroot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glowroot', module='glowroot-parent', version='0.8.6')
)
libraryDependencies += "org.glowroot" % "glowroot-parent" % "0.8.6"
[org.glowroot/glowroot-parent "0.8.6"]