c

commons-jxpath

A package of Java utility methods for accessing and modifying object properties
http://jakarta.apache.org/commons/jxpath/index.html
Dmitri Plotnikov Craig McClanahan
Files download
File Operation
commons-jxpath-1.1.jar download
commons-jxpath-1.1.pom download
Apache Maven
<dependency>
  <groupId>commons-jxpath</groupId>
  <artifactId>commons-jxpath</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'commons-jxpath:commons-jxpath:1.1'
Gradle Kotlin
implementation("commons-jxpath:commons-jxpath:1.1")
Scala SBT
libraryDependencies += "commons-jxpath" % "commons-jxpath" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='commons-jxpath', module='commons-jxpath', version='1.1')
)
Apache Ivy
<dependency org="commons-jxpath" name="commons-jxpath" rev="1.1" />
Leiningen
[commons-jxpath/commons-jxpath "1.1"]
Apache Buildr
'commons-jxpath:commons-jxpath:jar:1.1'