dom4j.
dom4j: the flexible XML framework for Java.
Here is the list of declaration for dom4j. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.jvnet.hudson.dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1-hudson-1</version> </dependency>
If you think this Maven repository POM file listing for dom4j is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The dom4j-1.6.1-hudson-1 has 12 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 |
---|---|---|
XPath | jaxen 1.1-beta-6 Jaxen is a universal Java XPath engine. | 5 |
XML Parser | xml-apis 1.0.b2 xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ... | 52 |
The following plugins are used in the dom4j-1.6.1-hudson-1.jar
The following packages are defined in the dom4j-1.6.1-hudson-1.jar
org.dom4j org.dom4j.bean org.dom4j.datatype org.dom4j.dtd org.dom4j.io org.dom4j.rule org.dom4j.rule.pattern org.dom4j.swing org.dom4j.tree org.dom4j.util org.dom4j.xpath org.dom4j.xpp
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>org.jvnet.hudson.dom4j</groupId> <artifactId>dom4j</artifactId> <name>dom4j</name> <version>1.6.1-hudson-1</version> <description>dom4j: the flexible XML framework for Java</description> <url>http://dom4j.org</url> <issueManagement> <url>http://sourceforge.net/tracker/?group_id=16035</url> </issueManagement> <ciManagement> <notifiers> <notifier> <address>dom4j-dev@lists.sourceforge.net</address> </notifier> </notifiers> </ciManagement> <inceptionYear>2001</inceptionYear> <mailingLists> <mailingList> <name>dom4j user list</name> <subscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-user</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-user</unsubscribe> <archive>http://www.mail-archive.com/dom4j-user%40lists.sourceforge.net/</archive> </mailingList> <mailingList> <name>dom4j developer list</name> <subscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-dev</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-dev</unsubscribe> <archive>http://www.mail-archive.com/dom4j-dev%40lists.sourceforge.net/</archive> </mailingList> <mailingList> <name>dom4j commits list</name> <subscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-commits</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-commits</unsubscribe> </mailingList> </mailingLists> <scm> <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dom4j:dom4j</connection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/dom4j:dom4j</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dom4j/dom4j/</url> </scm> <organization> <name>MetaStuff Ltd.</name> <url>http://sourceforge.net/projects/dom4j</url> </organization> <build> <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/*Test.java</include> </includes> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>jaxme</groupId> <artifactId>jaxme-api</artifactId> <version>0.3</version> <optional>true</optional> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1-beta-6</version> <optional>true</optional> </dependency> <dependency> <groupId>msv</groupId> <artifactId>xsdlib</artifactId> <version>20030807</version> <optional>true</optional> </dependency> <dependency> <groupId>msv</groupId> <artifactId>relaxngDatatype</artifactId> <version>20030807</version> <optional>true</optional> </dependency> <dependency> <groupId>pull-parser</groupId> <artifactId>pull-parser</artifactId> <version>2</version> <optional>true</optional> </dependency> <dependency> <groupId>xpp3</groupId> <artifactId>xpp3</artifactId> <version>1.1.3.3</version> <optional>true</optional> </dependency> <dependency> <groupId>stax</groupId> <artifactId>stax-api</artifactId> <version>1.0</version> <optional>true</optional> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.0.b2</version> </dependency> <dependency> <groupId>junitperf</groupId> <artifactId>junitperf</artifactId> <version>1.8</version> <scope>test</scope> </dependency> <dependency> <groupId>stax</groupId> <artifactId>stax-ri</artifactId> <version>1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.6.2</version> <scope>test</scope> </dependency> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.5.1</version> <scope>test</scope> </dependency> </dependencies> <distributionManagement> <site> <id>default</id> <name>Default Site</name> <url>scp://dom4j.org//home/groups/d/do/dom4j/htdocs</url> </site> </distributionManagement> </project>