Download dom4j-2.0.1.jar file - Jar d

Jar examples for d:dom4j

Description

dom4j: the flexible XML framework for Java. *Note* that this is a custom-built version for the Maven project. It was built from dom4j cvs trunk as of 2006-06-08 with the branch DOM4J_1_X_BRANCH merged in.

You can download jar file dom4j 2.0.1 in this page.

License

BSD 3-clause New License

Build File

You can use the following script to add dom4j-2.0.1.jar to your project.

<dependency>
   <groupId>org.dom4j</groupId>
   <artifactId>dom4j</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'org.dom4j', name: 'dom4j', version: '2.0.1'
libraryDependencies += "org.dom4j" % "dom4j" % "2.0.1"
<dependency org="org.dom4j" name="dom4j" rev="2.0.1"/>
@Grapes(@Grab(group='org.dom4j', module='dom4j', version='2.0.1'))
'org.dom4j:dom4j:jar:2.0.1'

Download

Click the following link to download the jar file.

dom4j-2.0.1-javadoc.jar
dom4j-2.0.1-sources.jar
dom4j-2.0.1.jar
dom4j-2.0.1.pom



Related Tutorials