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-beta-11</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.
The jaxen-1.1-beta-11 has 5 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-beta-11. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Framework | hudson-core 1.379 Contains the core Hudson code and view files to render HTML. | 5 |
Web Framework | hudson-core 2.1.0 Contains the core Hudson code and view files to render HTML. | 6 |
The following plugins are used in the jaxen-1.1-beta-11.jar
The following packages are defined in the jaxen-1.1-beta-11.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.pantry 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> <modelVersion>4.0.0</modelVersion> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <name>jaxen</name> <version>1.1-beta-11</version> <description>Jaxen is a universal Java XPath engine.</description> <url>http://jaxen.codehaus.org/</url> <issueManagement> <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> <mailingLists> <mailingList> <name>Jaxen Users List</name> <subscribe>user-subscribe@jaxen.codehaus.org</subscribe> <unsubscribe>user-unsubscribe@jaxen.codehaus.org</unsubscribe> </mailingList> <mailingList> <name>Jaxen Developers List</name> <subscribe>dev-subscribe@jaxen.codehaus.org</subscribe> <unsubscribe>dev-unsubscribe@jaxen.codehaus.org</unsubscribe> </mailingList> <mailingList> <name>Jaxen CVS Commits List</name> <subscribe>scm-subscribe@jaxen.codehaus.org</subscribe> <unsubscribe>scm-unsubscribe@jaxen.codehaus.org</unsubscribe> </mailingList> <mailingList> <name>Jaxen Announcement List</name> <subscribe>announce-subscribe@jaxen.codehaus.org</subscribe> <unsubscribe>announce-unsubscribe@jaxen.codehaus.org</unsubscribe> </mailingList> </mailingLists> <contributors> <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> </contributors> <scm> <connection>scm:cvs:pserver:anonymous@cvs.jaxen.codehaus.org:/home/projects/jaxen/scm:jaxen</connection> <url>http://cvs.jaxen.codehaus.org</url> </scm> <organization> <name>Codehaus</name> <url>http://www.codehaus.org</url> </organization> <build> <sourceDirectory>src/java/main</sourceDirectory> <testSourceDirectory>src/java/test</testSourceDirectory> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/*Test.java</include> </includes> </configuration> </plugin> <plugin> <groupId>maven-plugins</groupId> <artifactId>maven-cobertura-plugin</artifactId> <version>1.1.1</version> <configuration /> </plugin> <plugin> <groupId>maven-plugins</groupId> <artifactId>maven-findbugs-plugin</artifactId> <version>0.9.2</version> <configuration /> </plugin> </plugins> </build> <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.0b3</version> </dependency> </dependencies> <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> <status>converted</status> </distributionManagement> </project>