Files download
File Operation
jaxws-ri-tests-2.3.3.pom download
Apache Maven
<dependency>
  <groupId>com.sun.xml.ws</groupId>
  <artifactId>jaxws-ri-tests</artifactId>
  <version>2.3.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.ws:jaxws-ri-tests:2.3.3'
Gradle Kotlin
implementation("com.sun.xml.ws:jaxws-ri-tests:2.3.3")
Scala SBT
libraryDependencies += "com.sun.xml.ws" % "jaxws-ri-tests" % "2.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.ws', module='jaxws-ri-tests', version='2.3.3')
)
Apache Ivy
<dependency org="com.sun.xml.ws" name="jaxws-ri-tests" rev="2.3.3" />
Leiningen
[com.sun.xml.ws/jaxws-ri-tests "2.3.3"]
Apache Buildr
'com.sun.xml.ws:jaxws-ri-tests:jar:2.3.3'