i

instrumentation-jaxws

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