Download jaxp-ri-1.4.5.jar file - Jar j

Jar examples for j:jaxp-ri

Description

Java API for XML Processing Reference Implementation

You can download jar file jaxp-ri 1.4.5 in this page.

License

CDDL + GPLv2 with classpath exception

Build File

You can use the following script to add jaxp-ri-1.4.5.jar to your project.

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

Download

Click the following link to download the jar file.

jaxp-ri-1.4.5-javadoc.jar
jaxp-ri-1.4.5-sources.jar
jaxp-ri-1.4.5.jar
jaxp-ri-1.4.5.pom



Related Tutorials