Jar examples for 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.
You can download jar file commons-jxpath 1.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-jxpath-1.2.jar to your project.
<dependency> <groupId>commons-jxpath</groupId> <artifactId>commons-jxpath</artifactId> <version>1.2</version> </dependency>
compile group: 'commons-jxpath', name: 'commons-jxpath', version: '1.2'
libraryDependencies += "commons-jxpath" % "commons-jxpath" % "1.2"
<dependency org="commons-jxpath" name="commons-jxpath" rev="1.2"/>
@Grapes(@Grab(group='commons-jxpath', module='commons-jxpath', version='1.2'))
'commons-jxpath:commons-jxpath:jar:1.2'
Click the following link to download the jar file.
commons-jxpath-1.2.jar