Download commons-jxpath-1.2.jar file - Jar c

Jar examples for c:commons-jxpath

Description

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.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

commons-jxpath-1.2.jar
commons-jxpath-1.2.pom



Related Tutorials