Download jdom-1.0.jar file - Jar j

Jar examples for j:jdom

Description

JDOM

You can download jar file jdom 1.0 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

jdom-1.0-sources.jar
jdom-1.0.jar
jdom-1.0.pom



Related Tutorials