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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.codesup.util
Идентификатор

Идентификатор

jxpath
Последняя версия

Последняя версия

1.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/mklemm/commons-jxpath
Система контроля версий

Система контроля версий

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

Скачать jxpath

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
jdom : jdom Необязательный jar 1.0
commons-beanutils : commons-beanutils Необязательный jar 1.8.2

provided (4)

Идентификатор библиотеки Тип Версия
xerces : xercesImpl Необязательный jar 2.4.0
javax.servlet : servlet-api Необязательный jar 2.4
javax.servlet : jsp-api Необязательный jar 2.0
xml-apis : xml-apis Необязательный jar 1.3.04

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1
com.mockrunner : mockrunner-jdk1.3-j2ee1.3 jar 0.4

Модули Проекта

Данный проект не имеет модулей.

commons-jxpath

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

Версии библиотеки

Версия
1.3.0
1.2.0
1.1.0