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