i

instrumentation-jsp

Instrumentation for JSP
The Apache Software License, Version 2.0
Files download
File Operation
instrumentation-jsp-0.14.2.jar download
instrumentation-jsp-0.14.2.pom download
instrumentation-jsp-0.14.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glowroot.instrumentation</groupId>
  <artifactId>instrumentation-jsp</artifactId>
  <version>0.14.2</version>
</dependency>
Gradle Groovy
implementation 'org.glowroot.instrumentation:instrumentation-jsp:0.14.2'
Gradle Kotlin
implementation("org.glowroot.instrumentation:instrumentation-jsp:0.14.2")
Scala SBT
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-jsp" % "0.14.2"
Groovy Grape
@Grapes(
  @Grab(group='org.glowroot.instrumentation', module='instrumentation-jsp', version='0.14.2')
)
Apache Ivy
<dependency org="org.glowroot.instrumentation" name="instrumentation-jsp" rev="0.14.2" />
Leiningen
[org.glowroot.instrumentation/instrumentation-jsp "0.14.2"]
Apache Buildr
'org.glowroot.instrumentation:instrumentation-jsp:jar:0.14.2'