Download jdom-1.1.jar file - Jar j

Jar examples for j:jdom

Description

JDOM

You can download jar file jdom 1.1 in this page.

Build File

You can use the following script to add jdom-1.1.jar to your project.

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

Download

Click the following link to download the jar file.

jdom-1.1.pom



Related Tutorials