Files download
File Operation
wsrx-testing-4.0.0.jar download
wsrx-testing-4.0.0.pom download
wsrx-testing-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glassfish.metro</groupId>
  <artifactId>wsrx-testing</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.glassfish.metro:wsrx-testing:4.0.0'
Gradle Kotlin
implementation("org.glassfish.metro:wsrx-testing:4.0.0")
Scala SBT
libraryDependencies += "org.glassfish.metro" % "wsrx-testing" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.metro', module='wsrx-testing', version='4.0.0')
)
Apache Ivy
<dependency org="org.glassfish.metro" name="wsrx-testing" rev="4.0.0" />
Leiningen
[org.glassfish.metro/wsrx-testing "4.0.0"]
Apache Buildr
'org.glassfish.metro:wsrx-testing:jar:4.0.0'