jaxen.
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.4</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.
URL: http://jaxen.codehaus.org/license.html.
The jaxen-1.1.4 has 6 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 |
JUnit | junit 3.8.2 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 555 |
The following table lists the most popular artifacts which are depending on jaxen-1.1.4. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
XML | jdom2 2.0.5 A complete, Java-based solution for accessing, manipulating, and outputting XML data | 10 |
Spring | spring-xml 2.2.0.RELEASE Spring XML | 5 |
JUnit | junit-benchmarks 0.7.2 A framework for writing performance micro-benchmarks using JUnit4 annotations. | 5 |
The following plugins are used in the jaxen-1.1.4.jar
The following packages are defined in the jaxen-1.1.4.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.
<?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>oss-parent</artifactId> <groupId>org.sonatype.oss</groupId> <version>7</version> </parent> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <name>jaxen</name> <version>1.1.4</version> <description>Jaxen is a universal Java XPath engine.</description> <url>http://jaxen.codehaus.org/</url> <licenses> <license> <url>http://jaxen.codehaus.org/license.html</url> </license> </licenses> <issueManagement> <system>JIRA</system> <url>http://jira.codehaus.org/BrowseProject.jspa?id=10022</url> </issueManagement> <ciManagement> <notifiers> <notifier> <configuration> <address>dev@jaxen.codehaus.org</address> </configuration> </notifier> </notifiers> </ciManagement> <inceptionYear>2001</inceptionYear> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> <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 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> </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> <contributor> <name>K. Ari Krupnikov</name> <email>ari@lib.aero</email> </contributor> <contributor> <name>Paul R. Brown</name> <email>prb@fivesight.com</email> </contributor> <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> <contributor> <name>Eddie McGreal</name> <email>emcgreal@BlackPearl.com</email> </contributor> <contributor> <name>Steen Lehmann</name> <email>slehmann@users.sourceforge.net</email> </contributor> <contributor> <name>Ben McCann</name> <email>benjamin.j.mccann@gmail.com</email> </contributor> </contributors> <scm> <!-- connection>scm:svn:https://svn.codehaus.org/jaxen/trunk/jaxen/</connection --> <connection>scm:git:https://github.com/doncorley/jaxen.git</connection> <developerConnection>scm:git:https://github.com/doncorley/jaxen.git</developerConnection> <url>http://fisheye.codehaus.org/browse/jaxen/tags/jaxen-1.1.4</url> </scm> <organization> <name>Codehaus</name> <url>http://codehaus.org</url> </organization> <build> <sourceDirectory>src/java/main</sourceDirectory> <testSourceDirectory>src/java/test</testSourceDirectory> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> <debug>true</debug> <optimize>true</optimize> <showDeprecation>true</showDeprecation> <source>1.3</source> <target>1.2</target> </configuration> </plugin> <plugin> <artifactId>maven-repository-plugin</artifactId> <version>2.3.1</version> </plugin> <!-- plugin> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <executions> <execution> <phase>package</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin --> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8.1</version> <configuration> <excludePackageNames>org.jaxen.saxpath.base,org.jaxen.saxpath.helpers</excludePackageNames> <links> <link>http://java.sun.com/j2se/1.4.2/docs/api/</link> </links> <stylesheetfile>${basedir}/src/site/resources/css/javadoc-style.css</stylesheetfile> <docencoding>UTF-8</docencoding> <stylesheetfile>./xdocs/stylesheets/javadoc-style.css</stylesheetfile> <tags> <tag> <head>To Do:</head> <name>todo</name> <placement>Xa</placement> </tag> </tags> <docencoding>UTF-8</docencoding> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.12</version> <configuration> <includes> <include>**/*Test.java</include> </includes> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.5.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.4.0</version> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> <optional>true</optional> </dependency> <dependency> <groupId>jdom</groupId> <artifactId>jdom</artifactId> <version>1.0</version> <optional>true</optional> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.3.02</version> <scope>provided</scope> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.6.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>xom</groupId> <artifactId>xom</artifactId> <version>1.0</version> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>test</scope> </dependency> </dependencies> <reporting> <plugins> <plugin> <artifactId>maven-changelog-plugin</artifactId> <version>2.2</version> <configuration> <type>date</type> <dates> <date>2007-05-06</date> </dates> <outputEncoding>UTF-8</outputEncoding> </configuration> </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.9.1</version> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.6.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.4.3</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.5.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.4.0</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> <version>2.0-beta-2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.4</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> </configuration> <reportSets> <reportSet> <reports> <report>dependencies</report> <report>scm</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> <distributionManagement> <!-- repository> <id>default</id> <name>Default Repository</name> <url>file:///dist</url> </repository --> <site> <id>default</id> <name>Default Site</name> <url>scp://jaxen.codehaus.org/home/projects/jaxen/public_html</url> </site> </distributionManagement> </project>