Registry / serialization / org-apache-servicemix-bundles-jdom

org-apache-servicemix-bundles-jdom

JSON →
library2.0.6.1_1javamavenunverified

OSGi bundle wrapping the JDOM2 XML library for use in modular Java environments.

<dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.jdom</artifactId> <version>2.0.6.1_1</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-SERVICE
O
org-apache-servicemix-bundles-jdom
serializationjavav2.0.6.1_1
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 a simple JDOM2 XML document.

import org.jdom2.Document; import org.jdom2.Element; public class Example { public static void main(String[] args) { Document doc = new Document(new Element("root")); System.out.println(doc.getRootElement().getName()); } }
Debug
Known issues
gotchaVersion 2.0.6.1 is outdated; consider using a newer JDOM2 version directly.
fix
Use org.jdom:jdom2:2.0.6.1 or later instead of this bundle.
affects: <=2.0.6.1_1
Upgrade
Version history
2.0.6.1_1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-apache-servicemix-bundles-jdom — mvn dependency:get org-apache-servicemix-bundles-jdom · libregistry