How To Install Java Artifact com.sun.xml.parsers.jaxp-ri v1.4.5

com.sun.xml.parsers jaxp-ri 1.4.5

Introduction

In this article, we'll learn how to install Java artifact jaxp-ri from com.sun.xml.parsers group in version 1.4.5. The artifact is available in 4 versions: 1.4.5 1.4.2 1.4.1 1.4 . The Java API for XML Processing Reference Implementation project has been released under CDDL + GPLv2 with classpath exception license, and has its own website at: http://jaxp.java.net .

How To Install Java Artifact com.sun.xml.parsers.jaxp-ri In Version 1.4.5

To install the Java API for XML Processing Reference Implementation artifact in version 1.4.5 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Java API for XML Processing Reference Implementation dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (1)

Licenses

Developers