MVN

javax.xml : jaxws-api

Maven & Gradle

Nov 06, 2006
7 usages

JAX-WS API Package

<dependency>
    <groupId>javax.xml</groupId>
    <artifactId>jaxws-api</artifactId>
    <version>2.0EA3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.xml : jaxws-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0EA3

All Versions

Choose a version of javax.xml : jaxws-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0EA3
jaxws-api-2.0EA3
2.0
jaxws-api-2.0
2.0_EA2
jaxws-api-2.0_EA2

How to add a dependency to Maven

Add the following javax.xml : jaxws-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>javax.xml</groupId>
    <artifactId>jaxws-api</artifactId>
    <version>2.0EA3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javax.xml : jaxws-api gradle dependency to your build.gradle file:

implementation 'javax.xml:jaxws-api:2.0EA3'

Gradle Kotlin DSL: Add the following javax.xml : jaxws-api gradle kotlin dependency to your build.gradle.kts file:

implementation("javax.xml:jaxws-api:2.0EA3")

How to add a dependency to SBT Scala

SBT Scala: Add the following javax.xml : jaxws-api sbt scala dependency to your build.sbt file:

libraryDependencies += "javax.xml" % "jaxws-api" % "2.0EA3"

Advertisement

Dependencies from Group

Jul 17, 2006
110 usages
May 20, 2010
66 usages
May 28, 2008
53 usages
May 20, 2010
22 usages
Dec 06, 2005
21 usages

Discover Dependencies

Aug 02, 2011
3 usages
Jan 23, 2006
Apr 17, 2008
Mar 18, 2013
6 usages
Jun 01, 2010
7 usages
Sep 20, 2005
Sep 20, 2005
Dec 12, 2005
1 usages
Nov 06, 2006