Download jdom-0.7.jar file - Jar j

Jar examples for j:jdom

Description

JDOM

You can download jar file jdom 0.7 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

jdom-0.7.jar
jdom-0.7.pom



Related Tutorials