Download saaj-impl-1.3.15.jar file - Jar s

Jar examples for s:saaj-impl

Description

Open source Reference Implementation of JSR-67: SOAP with Attachments API for Java (SAAJ MR :1.3)

You can download jar file saaj-impl 1.3.15 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

You can use the following script to add saaj-impl-1.3.15.jar to your project.

<dependency>
   <groupId>com.sun.xml.messaging.saaj</groupId>
   <artifactId>saaj-impl</artifactId>
   <version>1.3.15</version>
</dependency>
compile group: 'com.sun.xml.messaging.saaj', name: 'saaj-impl', version: '1.3.15'
libraryDependencies += "com.sun.xml.messaging.saaj" % "saaj-impl" % "1.3.15"
<dependency org="com.sun.xml.messaging.saaj" name="saaj-impl" rev="1.3.15"/>
@Grapes(@Grab(group='com.sun.xml.messaging.saaj', module='saaj-impl', version='1.3.15'))
'com.sun.xml.messaging.saaj:saaj-impl:jar:1.3.15'

Download

Click the following link to download the jar file.

saaj-impl-1.3.15-javadoc.jar
saaj-impl-1.3.15-sources.jar
saaj-impl-1.3.15.jar
saaj-impl-1.3.15.pom



Related Tutorials