1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: libcommons-jxpath-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Emmanuel Bourg <ebourg@apache.org>,
Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
junit,
libcommons-beanutils-java,
libcommons-collections3-java,
libcommons-logging-java,
libjdom1-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libservlet-api-java,
maven-debian-helper
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/libcommons-jxpath-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libcommons-jxpath-java
Homepage: https://commons.apache.org/jxpath
Package: libcommons-jxpath-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Apache Commons JXPath - XPath expressions applied to Java objects
This library provides the Java developer the ability to manipulate
javabeans with the XPath syntax. It also supports Java collections,
objects with dynamic properties (like Map, ServletContext, etc)
and mechanism for adding support for additional models.
.
One of the most important feature of the component is the
unification of reference syntax between DOM and Java.
|