Download commons-jxpath-1.3.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.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-jxpath-1.3.jar to your project.

<dependency>
   <groupId>commons-jxpath</groupId>
   <artifactId>commons-jxpath</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'commons-jxpath', name: 'commons-jxpath', version: '1.3'
libraryDependencies += "commons-jxpath" % "commons-jxpath" % "1.3"
<dependency org="commons-jxpath" name="commons-jxpath" rev="1.3"/>
@Grapes(@Grab(group='commons-jxpath', module='commons-jxpath', version='1.3'))
'commons-jxpath:commons-jxpath:jar:1.3'

Download

Click the following link to download the jar file.

commons-jxpath-1.3-javadoc.jar
commons-jxpath-1.3-sources.jar
commons-jxpath-1.3.jar
commons-jxpath-1.3.pom



Related Tutorials