Download jaxws-api-2.0.jar file - Jar j

Jar examples for j:jaxws-api

Description

JAX-WS (JSR 224) API

You can download jar file jaxws-api 2.0 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

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'

Download

Click the following link to download the jar file.

jaxws-api-2.0.pom



Related Tutorials