MVN

com.sun.xml.ws : jaxwsTestUtil

Maven & Gradle

Feb 03, 2023
52 stars

WS Test Framework Utilities (JAX-WS)

<dependency>
    <groupId>com.sun.xml.ws</groupId>
    <artifactId>jaxwsTestUtil</artifactId>
    <version>2.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.xml.ws : jaxwsTestUtil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.6

All Versions

Choose a version of com.sun.xml.ws : jaxwsTestUtil to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
jaxwsTestUtil-4.0.1
jaxwsTestUtil-4.0.0
jaxwsTestUtil-4.0.0-M4
jaxwsTestUtil-4.0.0-M3
jaxwsTestUtil-4.0.0-M2
jaxwsTestUtil-4.0.0-M1
3.0.x
jaxwsTestUtil-3.0.2
jaxwsTestUtil-3.0.1
jaxwsTestUtil-3.0.0
jaxwsTestUtil-3.0.0-M5
jaxwsTestUtil-3.0.0-M4
jaxwsTestUtil-3.0.0-M3
jaxwsTestUtil-3.0.0-M2
jaxwsTestUtil-3.0.0-M1
2.3.x
jaxwsTestUtil-2.3.6
jaxwsTestUtil-2.3.5
jaxwsTestUtil-2.3.4
jaxwsTestUtil-2.3.3
jaxwsTestUtil-2.3.3-b01

How to add a dependency to Maven

Add the following com.sun.xml.ws : jaxwsTestUtil maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.xml.ws</groupId>
    <artifactId>jaxwsTestUtil</artifactId>
    <version>2.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.xml.ws : jaxwsTestUtil gradle dependency to your build.gradle file:

implementation 'com.sun.xml.ws:jaxwsTestUtil:2.3.6'

Gradle Kotlin DSL: Add the following com.sun.xml.ws : jaxwsTestUtil gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.xml.ws:jaxwsTestUtil:2.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.xml.ws : jaxwsTestUtil sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.xml.ws" % "jaxwsTestUtil" % "2.3.6"

Advertisement