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