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

org-apache-servicemix-bundles-dom4j

JSON →
library2.1.4_1javamavenunverified

This OSGi bundle wraps the dom4j XML parsing library for use in OSGi environments.

<dependency> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.dom4j</artifactId> <version>2.1.4_1</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-SERVICE
O
org-apache-servicemix-bundles-dom4j
serializationjavav2.1.4_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.dom4j.Document

Create a simple XML document using dom4j.

import org.dom4j.Document; import org.dom4j.DocumentHelper; public class Example { public static void main(String[] args) { Document doc = DocumentHelper.createDocument(); doc.addElement("root"); System.out.println(doc.asXML()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.4_1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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