Categories |
CategoriesGlowroot Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdorg.glowroot.instrumentation |
ArtifactId | ArtifactIdinstrumentation-spring |
Version | Version0.14.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-spring/ -->
<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-spring</artifactId>
<version>0.14.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-spring/
implementation 'org.glowroot.instrumentation:instrumentation-spring:0.14.4'
// https://jarcasting.com/artifacts/org.glowroot.instrumentation/instrumentation-spring/
implementation ("org.glowroot.instrumentation:instrumentation-spring:0.14.4")
'org.glowroot.instrumentation:instrumentation-spring:jar:0.14.4'
<dependency org="org.glowroot.instrumentation" name="instrumentation-spring" rev="0.14.4">
<artifact name="instrumentation-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-spring', version='0.14.4')
)
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-spring" % "0.14.4"
[org.glowroot.instrumentation/instrumentation-spring "0.14.4"]