Jar examples for j:jaxws-api
JAX-WS (JSR 224) API
You can download jar file jaxws-api 2.0 in this page.
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
You can use the following script to add jaxws-api-2.0.jar to your project.
<dependency> <groupId>javax.xml</groupId> <artifactId>jaxws-api</artifactId> <version>2.0</version> </dependency>
compile group: 'javax.xml', name: 'jaxws-api', version: '2.0'
libraryDependencies += "javax.xml" % "jaxws-api" % "2.0"
<dependency org="javax.xml" name="jaxws-api" rev="2.0"/>
@Grapes(@Grab(group='javax.xml', module='jaxws-api', version='2.0'))
'javax.xml:jaxws-api:jar:2.0'
Click the following link to download the jar file.
jaxws-api-2.0.pom