w

wsrx-testing

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