Download jaxp-api-1.4.2.jar file - Jar j

Jar examples for j:jaxp-api

Description

Part of the Java Web Services Developer Pack 1.6

You can download jar file jaxp-api 1.4.2 in this page.

License

CDDL + GPLv2 with classpath exception

Build File

You can use the following script to add jaxp-api-1.4.2.jar to your project.

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

Download

Click the following link to download the jar file.

jaxp-api-1.4.2.jar
jaxp-api-1.4.2.pom



Related Tutorials