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-8</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-8 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-8. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Testing | cobertura 2.0.2 Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage. | 6 |
The following plugins are used in the jaxen-1.1-beta-8.jar
The following packages are defined in the jaxen-1.1-beta-8.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> <modelVersion>4.0.0</modelVersion> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <name>jaxen</name> <version>1.1-beta-8</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> <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>David Peterson</name> <email></email> </contributor> <contributor> <name>Mark Wilson</name> <email></email> </contributor> <contributor> <name>David Peterson</name> <email></email> </contributor> <contributor> <name>Jacob Kjome</name> <email></email> </contributor> <contributor> <name>Michael Brennan</name> <email></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> <excludes> <exclude>org/jaxen/jdom/XPathTest.java</exclude> </excludes> </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>xerces</groupId> <artifactId>xmlParserAPIs</artifactId> <version>2.6.2</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> </distributionManagement> </project>