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