i

instrumentation-jaxws

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