Download saaj-api-1.3.jar file - Jar s

Jar examples for s:saaj-api

Description

Part of the Java Web Services Developer Pack 1.6

You can download jar file saaj-api 1.3 in this page.

License

Open Source License

Build File

You can use the following script to add saaj-api-1.3.jar to your project.

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

Download

Click the following link to download the jar file.

saaj-api-1.3-sources.jar
saaj-api-1.3.jar
saaj-api-1.3.pom



Related Tutorials