Download jaxws-api-2.2.2-promoted-b05.jar file - Jar j

Jar examples for j:jaxws-api

Description

JAX-WS (JSR 224) API

You can download jar file jaxws-api 2.2.2-promoted-b05 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.2.2-promoted-b05.jar to your project.

<dependency>
   <groupId>javax.xml.ws</groupId>
   <artifactId>jaxws-api</artifactId>
   <version>2.2.2-promoted-b05</version>
</dependency>
compile group: 'javax.xml.ws', name: 'jaxws-api', version: '2.2.2-promoted-b05'
libraryDependencies += "javax.xml.ws" % "jaxws-api" % "2.2.2-promoted-b05"
<dependency org="javax.xml.ws" name="jaxws-api" rev="2.2.2-promoted-b05"/>
@Grapes(@Grab(group='javax.xml.ws', module='jaxws-api', version='2.2.2-promoted-b05'))
'javax.xml.ws:jaxws-api:jar:2.2.2-promoted-b05'

Download

Click the following link to download the jar file.

jaxws-api-2.2.2-promoted-b05-sources.jar
jaxws-api-2.2.2-promoted-b05.jar
jaxws-api-2.2.2-promoted-b05.pom



Related Tutorials