Download jaxr-api-1.0_04.jar file - Jar j

Jar examples for j:jaxr-api

Description

Part of the Java Web Services Developer Pack 1.6

You can download jar file jaxr-api 1.0_04 in this page.

Build File

You can use the following script to add jaxr-api-1.0_04.jar to your project.

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

Download

Click the following link to download the jar file.

jaxr-api-1.0_04-sources.jar
jaxr-api-1.0_04.jar
jaxr-api-1.0_04.pom



Related Tutorials