Download dom4j-1.7-20060614.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 1.7-20060614 in this page.

License

BSD 3-clause New License

Build File

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

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

Download

Click the following link to download the jar file.

dom4j-1.7-20060614-javadoc.jar
dom4j-1.7-20060614-sources.jar
dom4j-1.7-20060614.jar
dom4j-1.7-20060614.pom



Related Tutorials