Download jaxws-rt-2.2.7-promoted-b15.jar file - Jar j

Jar examples for j:jaxws-rt

Description

Open source Reference Implementation of JSR-224: Java API for XML Web Services

You can download jar file jaxws-rt 2.2.7-promoted-b15 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

You can use the following script to add jaxws-rt-2.2.7-promoted-b15.jar to your project.

<dependency>
   <groupId>com.sun.xml.ws</groupId>
   <artifactId>jaxws-rt</artifactId>
   <version>2.2.7-promoted-b15</version>
</dependency>
compile group: 'com.sun.xml.ws', name: 'jaxws-rt', version: '2.2.7-promoted-b15'
libraryDependencies += "com.sun.xml.ws" % "jaxws-rt" % "2.2.7-promoted-b15"
<dependency org="com.sun.xml.ws" name="jaxws-rt" rev="2.2.7-promoted-b15"/>
@Grapes(@Grab(group='com.sun.xml.ws', module='jaxws-rt', version='2.2.7-promoted-b15'))
'com.sun.xml.ws:jaxws-rt:jar:2.2.7-promoted-b15'

Download

Click the following link to download the jar file.

jaxws-rt-2.2.7-promoted-b15-javadoc.jar
jaxws-rt-2.2.7-promoted-b15-sources.jar
jaxws-rt-2.2.7-promoted-b15.jar
jaxws-rt-2.2.7-promoted-b15.pom



Related Tutorials