Registry / serialization / groovy-xml

groovy-xml

JSON →
library3.0.25javamavenunverified

Groovy XML module providing XML parsing and building capabilities for the Groovy dynamic language.

<dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-xml</artifactId> <version>3.0.25</version> </dependency>
INSTALL
IMPORT
SIG · GROOVY-XML
G
groovy-xml
serializationjavav3.0.25
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.

XmlSlurper
groovy.xml.XmlSlurper

Minimal example showing instantiation of XmlSlurper.

import groovy.xml.XmlSlurper; public class Example { public static void main(String[] args) { XmlSlurper slurper = new XmlSlurper(); System.out.println("XmlSlurper created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
groovy-xml — mvn dependency:get groovy-xml · libregistry