Download jdom-1.0b8.jar file - Jar j

Jar examples for j:jdom

Description

JDOM

You can download jar file jdom 1.0b8 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

jdom-1.0b8.jar
jdom-1.0b8.pom



Related Tutorials