Jaxen is a universal Java XPath engine..
Here is the list of declaration for jaxen. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1.3</version> </dependency>
If you think this Maven repository POM file listing for jaxen is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Werken Company License
URL: http://jaxen.codehaus.org/license.html.
The jaxen-1.1.3 has 7 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
XML | dom4j 1.6.1 dom4j: the flexible XML framework for Java | 343 |
The following table lists the most popular artifacts which are depending on jaxen-1.1.3. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
XML | jdom 1.1.3 A complete, Java-based solution for accessing, manipulating, and outputting XML data | 5 |
The following packages are defined in the jaxen-1.1.3.jar
org.jaxen org.jaxen.dom org.jaxen.dom4j org.jaxen.expr org.jaxen.expr.iter org.jaxen.function org.jaxen.function.ext org.jaxen.function.xslt org.jaxen.javabean org.jaxen.jdom org.jaxen.pattern org.jaxen.saxpath org.jaxen.saxpath.base org.jaxen.saxpath.helpers org.jaxen.util org.jaxen.xom org.w3c.dom
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>jaxen</artifactId> <groupId>jaxen</groupId> <version>1.1.3</version> <organization> <name>Codehaus</name> <url>http://codehaus.org</url> </organization> <inceptionYear>2001</inceptionYear> <packaging>jar</packaging> <name>Jaxen is a universal Java XPath engine.</name> <description>Jaxen is a universal Java XPath engine.</description> <url>http://jaxen.codehaus.org/</url> <licenses> <license> <name>The Werken Company License</name> <url>http://jaxen.codehaus.org/license.html</url> </license> </licenses> <issueManagement> <url>http://jira.codehaus.org/BrowseProject.jspa?id=10022</url> </issueManagement> <scm> <developerConnection>scm:svn:https://svn.codehaus.org/jaxen/trunk/jaxen/</developerConnection> <url>http://fisheye.codehaus.org/browse/jaxen/</url> </scm> <mailingLists> <mailingList> <name>Jaxen Users List</name> <subscribe>user-subscribe@jaxen.codehaus.org</subscribe> <unsubscribe>user-unsubscribe@jaxen.codehaus.org</unsubscribe> <archive>http://archive.jaxen.codehaus.org/user/</archive> </mailingList> <mailingList> <name>Jaxen Developers List</name> <subscribe>dev-subscribe@jaxen.codehaus.org</subscribe> <unsubscribe>dev-unsubscribe@jaxen.codehaus.org</unsubscribe> <archive>http://archive.jaxen.codehaus.org/dev/</archive> </mailingList> <mailingList> <name>Jaxen CVS Commits List</name> <subscribe>scm-subscribe@jaxen.codehaus.org</subscribe> <unsubscribe>scm-unsubscribe@jaxen.codehaus.org</unsubscribe> <archive>http://archive.jaxen.codehaus.org/scm/</archive> </mailingList> <!-- <mailingList> <name>Jaxen Announcement List</name> <subscribe>announce-subscribe@jaxen.codehaus.org</subscribe> <unsubscribe>announce-unsubscribe@jaxen.codehaus.org</unsubscribe> <archive>http://archive.jaxen.codehaus.org/announce/</archive> </mailingList> --> </mailingLists> <contributors> <contributor> <name>Ryan Gustafson</name> <email>rgustav@users.sourceforge.net</email> </contributor> <contributor> <name>David Peterson</name> <email>david@randombits.org</email> </contributor> <contributor> <name>Mark Wilson</name> <email>mark.wilson@wilsoncom.de</email> </contributor> <contributor> <name>Jacob Kjome</name> <email>hoju@visi.com</email> </contributor> <contributor> <name>Michael Brennan</name> <email>mpbrennan@earthlink.net</email> </contributor> <contributor> <name>Jason Hunter</name> <email>jhunter@xquery.com</email> </contributor> <contributor> <name>Brett Mclaughlin</name> <email>brett.mclaughlin@lutris.com</email> </contributor> <contributor> <name>Bradley S. Huffman</name> <email>hip@cs.okstate.edu</email> </contributor> <!-- found him on sourceforge http://sourceforge.net/project/memberlist.php?group_id=26014 --> <contributor> <name>K. Ari Krupnikov</name> <email>ari@lib.aero</email> </contributor> <!-- found him on sourceforge http://sourceforge.net/project/memberlist.php?group_id=31447 --> <contributor> <name>Paul R. Brown</name> <email>prb@fivesight.com</email> </contributor> <!-- next two found on http://lists.debian.org/debian-mentors/2003/09/msg00217.html --> <contributor> <name>Guoliang Cao</name> <email>cao@ispsoft.com</email> </contributor> <contributor> <name>J?r?me N?gre</name> <email>jerome.negre@e-xmlmedia.fr</email> </contributor> <!-- org.jaxen.ext.MatrixConcat function --> <!-- <contributor> <name>James Pereira</name> <email>JPereira@CT.BBD.CO.ZA</email> </contributor> --> <!-- found next two in CVS--> <contributor> <name>Eddie McGreal</name> <email>emcgreal@BlackPearl.com</email> </contributor> <contributor> <name>Steen Lehmann</name> <email>slehmann@users.sourceforge.net</email> </contributor> </contributors> <reports> <report>maven-jdepend-plugin</report> <report>maven-checkstyle-plugin</report> <report>maven-cobertura-plugin</report> <report>maven-changelog-plugin</report> <report>maven-developer-activity-plugin</report> <!-- file activity seems broken by move to subversion; links still point to CVS; I don't know why --> <!-- <report>maven-file-activity-plugin</report> --> <report>maven-license-plugin</report> <report>maven-javadoc-plugin</report> <report>maven-jxr-plugin</report> <report>maven-junit-report-plugin</report> <report>maven-linkcheck-plugin</report> <report>maven-pmd-plugin</report> <report>maven-findbugs-plugin</report> <!-- commenting out until they fix their repository <report>jutils-lint4j-plugin</report> --> <!-- <report>maven-hammurapi-plugin</report> --> </reports> <!-- Need to mark these as compile-time/run-time --> <dependencies> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> </dependency> <dependency> <groupId>jdom</groupId> <artifactId>jdom</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.3.02</version> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.6.2</version> </dependency> <dependency> <groupId>xom</groupId> <artifactId>xom</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>maven-plugins</groupId> <artifactId>maven-cobertura-plugin</artifactId> <version>1.3</version> <type>plugin</type> </dependency> <!-- <dependency> <groupId>maven-plugins</groupId> <artifactId>maven-latex-plugin</artifactId> <version>1.5</version> <type>plugin</type> </dependency> --> <dependency> <groupId>maven-plugins</groupId> <artifactId>maven-findbugs-plugin</artifactId> <version>1.3.1</version> <type>plugin</type> </dependency> <!-- <dependency> <groupId>lint4j</groupId> <artifactId>jutils-lint4j-plugin</artifactId> <version>1.1</version> <type>plugin</type> </dependency> --> <!-- <dependency> <groupId>org.hammurapi</groupId> <artifactId>maven-hammurapi-plugin</artifactId> <version>1.0</version> <type>plugin</type> </dependency> --> </dependencies> <build> <sourceDirectory>src/java/main</sourceDirectory> <!-- Unit test classes --> </build> </project>