MVN

commons-jxpath : commons-jxpath

Maven & Gradle

Aug 13, 2008
228 usages

Commons JXPath · A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.

<dependency>
    <groupId>commons-jxpath</groupId>
    <artifactId>commons-jxpath</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of commons-jxpath : commons-jxpath to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of commons-jxpath : commons-jxpath to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
commons-jxpath-1.3
5 vulnerabilities
1.2
commons-jxpath-1.2
5 vulnerabilities
1.1
commons-jxpath-1.1
5 vulnerabilities
1.0
commons-jxpath-1.0
5 vulnerabilities

How to add a dependency to Maven

Add the following commons-jxpath : commons-jxpath maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>commons-jxpath</groupId>
    <artifactId>commons-jxpath</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following commons-jxpath : commons-jxpath gradle dependency to your build.gradle file:

implementation 'commons-jxpath:commons-jxpath:1.3'

Gradle Kotlin DSL: Add the following commons-jxpath : commons-jxpath gradle kotlin dependency to your build.gradle.kts file:

implementation("commons-jxpath:commons-jxpath:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following commons-jxpath : commons-jxpath sbt scala dependency to your build.sbt file:

libraryDependencies += "commons-jxpath" % "commons-jxpath" % "1.3"

Advertisement

Dependencies from Group

Aug 13, 2008
228 usages

Discover Dependencies

Dec 01, 2012
8 usages
495 stars
Apr 13, 2011
55 usages
Oct 10, 2014
2 usages
Jun 29, 2010
5 usages
Jul 24, 2013
93 usages
Aug 31, 2012
181 usages
Nov 23, 2008
25 usages
Feb 26, 2011
390 usages
Nov 17, 2013
4 usages
7 stars