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>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.5.2</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.5.2 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-4 Jaxen is a universal Java XPath engine. | 5 |
The following table lists the most popular artifacts which are depending on dom4j-1.5.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
XPath | jaxen 1.1-beta-6 Jaxen is a universal Java XPath engine. | 5 |
XPath | jaxen 1.1-beta-4 Jaxen is a universal Java XPath engine. | 5 |
XML | commons-jelly 1.0 Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine. | 53 |
The following plugins are used in the dom4j-1.5.2.jar
The following packages are defined in the dom4j-1.5.2.jar
org.dom4j org.dom4j.bean org.dom4j.datatype org.dom4j.dom org.dom4j.dtd org.dom4j.io org.dom4j.jaxb org.dom4j.persistence org.dom4j.persistence.nativ 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>dom4j</groupId> <artifactId>dom4j</artifactId> <name>dom4j</name> <version>1.5.2</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> <resources> <resource> <directory>src/java</directory> <includes> <include>**/*.properties</include> </includes> </resource> </resources> <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> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1-beta-4</version> </dependency> <dependency> <groupId>msv</groupId> <artifactId>xsdlib</artifactId> <version>20030807</version> </dependency> <dependency> <groupId>msv</groupId> <artifactId>relaxngDatatype</artifactId> <version>20030807</version> </dependency> <dependency> <groupId>pull-parser</groupId> <artifactId>pull-parser</artifactId> <version>2</version> </dependency> <dependency> <groupId>xpp3</groupId> <artifactId>xpp3</artifactId> <version>1.1.3.3</version> </dependency> <dependency> <groupId>stax</groupId> <artifactId>stax-api</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>2.0.2</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>