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