commons-jxpath
Patched version of apache commons-jxpath that can evaluate XPath expressions on JAXB-serializable objects using the defined XML names of properties.
| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.codesup.util |
| ArtifactId | ArtifactIdjxpath |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFork 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jxpath-1.3.0.pom | |
| jxpath-1.3.0.jar | 291 KB |
| jxpath-1.3.0-test-sources.jar | 95 KB |
| jxpath-1.3.0-sources.jar | 323 KB |
| jxpath-1.3.0-javadoc.jar | 1 MB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| jdom : jdom Optional | jar | 1.0 |
| commons-beanutils : commons-beanutils Optional | jar | 1.8.2 |
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| com.mockrunner : mockrunner-jdk1.3-j2ee1.3 | jar | 0.4 |
Patched version of apache commons-jxpath that can evaluate XPath expressions on JAXB-serializable objects using the defined XML names of properties.