Jar examples for j:jaxp-ri
Java API for XML Processing Reference Implementation
You can download jar file jaxp-ri 1.4.2 in this page.
CDDL + GPLv2 with classpath exception
You can use the following script to add jaxp-ri-1.4.2.jar to your project.
<dependency> <groupId>com.sun.xml.parsers</groupId> <artifactId>jaxp-ri</artifactId> <version>1.4.2</version> </dependency>
compile group: 'com.sun.xml.parsers', name: 'jaxp-ri', version: '1.4.2'
libraryDependencies += "com.sun.xml.parsers" % "jaxp-ri" % "1.4.2"
<dependency org="com.sun.xml.parsers" name="jaxp-ri" rev="1.4.2"/>
@Grapes(@Grab(group='com.sun.xml.parsers', module='jaxp-ri', version='1.4.2'))
'com.sun.xml.parsers:jaxp-ri:jar:1.4.2'
Click the following link to download the jar file.
jaxp-ri-1.4.2.jar