is not current version
Last Version 2.0.2

org.jdom:jdom 1.1

JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX.

Categories

Categories

JDOM Business Logic Libraries
GroupId

GroupId

org.jdom
ArtifactId

ArtifactId

jdom
Version

Version

1.1
Type

Type

jar

Download jdom 1.1


<!-- https://jarcasting.com/artifacts/org.jdom/jdom/ -->
<dependency>
    <groupId>org.jdom</groupId>
    <artifactId>jdom</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdom/jdom/
implementation 'org.jdom:jdom:1.1'
// https://jarcasting.com/artifacts/org.jdom/jdom/
implementation ("org.jdom:jdom:1.1")
'org.jdom:jdom:jar:1.1'
<dependency org="org.jdom" name="jdom" rev="1.1">
  <artifact name="jdom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdom', module='jdom', version='1.1')
)
libraryDependencies += "org.jdom" % "jdom" % "1.1"
[org.jdom/jdom "1.1"]