c

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.
http://commons.apache.org/jxpath/
Dmitri Plotnikov Craig McClanahan Matt Benson
Files download
File Operation
commons-jxpath-1.3.jar download
commons-jxpath-1.3.pom download
commons-jxpath-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>commons-jxpath</groupId>
  <artifactId>commons-jxpath</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'commons-jxpath:commons-jxpath:1.3'
Gradle Kotlin
implementation("commons-jxpath:commons-jxpath:1.3")
Scala SBT
libraryDependencies += "commons-jxpath" % "commons-jxpath" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='commons-jxpath', module='commons-jxpath', version='1.3')
)
Apache Ivy
<dependency org="commons-jxpath" name="commons-jxpath" rev="1.3" />
Leiningen
[commons-jxpath/commons-jxpath "1.3"]
Apache Buildr
'commons-jxpath:commons-jxpath:jar:1.3'