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