jdom
org.jdom
A complete, Java-based solution for accessing, manipulating, and outputting XML data
Recommended: 2.0.2 7 versions jar Updated 14 years ago Similar to Apache License but with the acknowledgment clause removedChecking...
Add to your project1.1
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
</dependency>Version Details — 1.1
Packaging
jar
Direct Deps
6
Total Deps
6
Published
Unknown
License
Unknown
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.
Checking security advisories...