Fork of Apache Commons JXPath with JAXB extensions

A Java-based implementation of XPath 1.0 based on Apache Commons JXPath, withe enhancements to process graphs of JAXB-Serializable objects using the properties' XML names.

License

License

Categories

Categories

Net
GroupId

GroupId

net.codesup.util
ArtifactId

ArtifactId

jxpath
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Fork of Apache Commons JXPath with JAXB extensions
A Java-based implementation of XPath 1.0 based on Apache Commons JXPath, withe enhancements to process graphs of JAXB-Serializable objects using the properties' XML names.
Project URL

Project URL

https://github.com/mklemm/commons-jxpath
Source Code Management

Source Code Management

https://github.com/mklemm/commons-jxpath.git

Download jxpath

How to add to project

<!-- https://jarcasting.com/artifacts/net.codesup.util/jxpath/ -->
<dependency>
    <groupId>net.codesup.util</groupId>
    <artifactId>jxpath</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.codesup.util/jxpath/
implementation 'net.codesup.util:jxpath:1.3.0'
// https://jarcasting.com/artifacts/net.codesup.util/jxpath/
implementation ("net.codesup.util:jxpath:1.3.0")
'net.codesup.util:jxpath:jar:1.3.0'
<dependency org="net.codesup.util" name="jxpath" rev="1.3.0">
  <artifact name="jxpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.codesup.util', module='jxpath', version='1.3.0')
)
libraryDependencies += "net.codesup.util" % "jxpath" % "1.3.0"
[net.codesup.util/jxpath "1.3.0"]

Dependencies

compile (2)

Group / Artifact Type Version
jdom : jdom Optional jar 1.0
commons-beanutils : commons-beanutils Optional jar 1.8.2

provided (4)

Group / Artifact Type Version
xerces : xercesImpl Optional jar 2.4.0
javax.servlet : servlet-api Optional jar 2.4
javax.servlet : jsp-api Optional jar 2.0
xml-apis : xml-apis Optional jar 1.3.04

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
com.mockrunner : mockrunner-jdk1.3-j2ee1.3 jar 0.4

Project Modules

There are no modules declared in this project.

commons-jxpath

Patched version of apache commons-jxpath that can evaluate XPath expressions on JAXB-serializable objects using the defined XML names of properties.

Versions

Version
1.3.0
1.2.0
1.1.0