How To Install Java Artifact dom4j.dom4j v1.6.1

dom4j dom4j 1.6.1

Introduction

In this article, we'll learn how to install Java artifact dom4j from dom4j group in version 1.6.1. The artifact is available in 18 versions: 1.6.1 1.6 1.5.2 1.5.1 1.5-rc1 1.5-dev 1.5-beta-2 1.5 1.4-dev-8 1.4-dev-7 1.4-dev-6 1.4-dev-5 1.4-dev-4 1.4-dev-3 1.4-dev-2 1.4 1.3 1.1 The dom4j project has its own website at: http://dom4j.org.

How To Install Java Artifact dom4j.dom4j In Version 1.6.1

To install the dom4j artifact in version 1.6.1 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses dom4j dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (8)

Test dependencies (4)

Developers