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