How To Install Java Artifact commons-jxpath.commons-jxpath v1.3

commons-jxpath commons-jxpath 1.3

Introduction

In this article, we'll learn how to install Java artifact commons-jxpath from commons-jxpath group in version 1.3. The artifact is available in 3 versions: 1.3 1.2 1.1 The Commons JXPath project has its own website at: http://commons.apache.org/jxpath/. The parent project is: org.apache.commons::commons-parent::11

How To Install Java Artifact commons-jxpath.commons-jxpath In Version 1.3

To install the Commons JXPath artifact in version 1.3 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 Commons JXPath 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.

Managed dependencies (1)

Compile dependencies (2)

Provided dependencies (4)

Test dependencies (2)

Developers