License |
License |
---|---|
Categories |
CategoriesJDOM Business Logic Libraries |
GroupId | GroupIdorg.jdom |
ArtifactId | ArtifactIdjdom-legacy |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJDOM
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jdom-legacy-1.1.3.pom | |
jdom-legacy-1.1.3.jar | 147 KB |
jdom-legacy-1.1.3-sources.jar | 230 KB |
jdom-legacy-1.1.3-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jdom/jdom-legacy/ -->
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom-legacy</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdom/jdom-legacy/
implementation 'org.jdom:jdom-legacy:1.1.3'
// https://jarcasting.com/artifacts/org.jdom/jdom-legacy/
implementation ("org.jdom:jdom-legacy:1.1.3")
'org.jdom:jdom-legacy:jar:1.1.3'
<dependency org="org.jdom" name="jdom-legacy" rev="1.1.3">
<artifact name="jdom-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdom', module='jdom-legacy', version='1.1.3')
)
libraryDependencies += "org.jdom" % "jdom-legacy" % "1.1.3"
[org.jdom/jdom-legacy "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
jaxen : jaxen Optional | jar | 1.1.3 |
xerces : xercesImpl Optional | jar | 2.10.0 |