| License |
License |
|---|---|
| Categories |
CategoriesJDOM Business Logic Libraries |
| GroupId | GroupIdorg.jdom |
| ArtifactId | ArtifactIdjdom |
| Last Version | Last Version2.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJDOM
A complete, Java-based solution for accessing, manipulating,
and outputting XML data
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jdom-2.0.2.pom | |
| jdom-2.0.2.jar | 288 KB |
| jdom-2.0.2-sources.jar | 788 KB |
| jdom-2.0.2-javadoc.jar | 978 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jdom/jdom/ -->
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdom/jdom/
implementation 'org.jdom:jdom:2.0.2'
// https://jarcasting.com/artifacts/org.jdom/jdom/
implementation ("org.jdom:jdom:2.0.2")
'org.jdom:jdom:jar:2.0.2'
<dependency org="org.jdom" name="jdom" rev="2.0.2">
<artifact name="jdom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdom', module='jdom', version='2.0.2')
)
libraryDependencies += "org.jdom" % "jdom" % "2.0.2"
[org.jdom/jdom "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| jaxen : jaxen Optional | jar | 1.1.3 |
| xerces : xercesImpl Optional | jar | 2.10.0 |
| xalan : xalan Optional | jar | 2.7.1 |