MVN

org.jdom : jdom-legacy

Maven & Gradle

Jun 09, 2012
8 usages
341 stars

JDOM · 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.

<dependency>
    <groupId>org.jdom</groupId>
    <artifactId>jdom-legacy</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jdom : jdom-legacy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of org.jdom : jdom-legacy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
jdom-legacy-1.1.3
CVE-2021-33813

How to add a dependency to Maven

Add the following org.jdom : jdom-legacy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jdom</groupId>
    <artifactId>jdom-legacy</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jdom : jdom-legacy gradle dependency to your build.gradle file:

implementation 'org.jdom:jdom-legacy:1.1.3'

Gradle Kotlin DSL: Add the following org.jdom : jdom-legacy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jdom:jdom-legacy:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jdom : jdom-legacy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jdom" % "jdom-legacy" % "1.1.3"

Advertisement

Dependencies from Group

Jun 09, 2012
643 usages
341 stars
Dec 06, 2021
576 usages
341 stars
Jun 09, 2012
8 usages
341 stars
Sep 26, 2008
7 usages
Sep 26, 2008
7 usages

Discover Dependencies

Jul 10, 2018
6 usages
2 stars
Dec 27, 2018
6 usages
233 stars
May 14, 2019
4 usages
1 stars
Mar 29, 2021
7 usages
Nov 26, 2021
9 usages
3 stars
Jul 16, 2019
8 usages
0 stars
Aug 12, 2017
3 usages
486 stars
Aug 24, 2023
10 usages
1 stars
May 16, 2011
15 usages
202 stars