Registry / serialization / jdom2
library2.0.6javamavenunverified

A complete, Java-based solution for accessing, manipulating, and outputting XML data.

<dependency> <groupId>org.jdom</groupId> <artifactId>jdom2</artifactId> <version>2.0.6</version> </dependency>
INSTALL
IMPORT
SIG · JDOM2
J
jdom2
serializationjavav2.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Document
org.jdom2.Document

Create an XML document with a root element.

import org.jdom2.Document; import org.jdom2.Element; Document doc = new Document(new Element("root")); System.out.println(doc.getRootElement().getName());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
jdom2 — mvn dependency:get jdom2 · libregistry