i

instrumentation-struts

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