j

jdom-legacy

A complete, Java-based solution for accessing, manipulating, and outputting XML data. This artifact is to support those people who want to use both JDOM 2.x and JDOM 1.x in their project. This artifact is a duplicate of org.jdom:jdom:1.1.3 which just allows maven users to have both jdom 2.x versions (from the jdom artifact) as well as 1.x versions (from this jdom-legacy artifact) in the same maven project.
http://www.jdom.org
Similar to Apache License but with the acknowledgment clause removed
JDOM
Jason Hunter Rolf Lear
Files download
File Operation
jdom-legacy-1.1.3.jar download
jdom-legacy-1.1.3.pom download
jdom-legacy-1.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jdom</groupId>
  <artifactId>jdom-legacy</artifactId>
  <version>1.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.jdom:jdom-legacy:1.1.3'
Gradle Kotlin
implementation("org.jdom:jdom-legacy:1.1.3")
Scala SBT
libraryDependencies += "org.jdom" % "jdom-legacy" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.jdom', module='jdom-legacy', version='1.1.3')
)
Apache Ivy
<dependency org="org.jdom" name="jdom-legacy" rev="1.1.3" />
Leiningen
[org.jdom/jdom-legacy "1.1.3"]
Apache Buildr
'org.jdom:jdom-legacy:jar:1.1.3'