i

instrumentation-jsp

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