Reference implementation of JAXB (JSR 222) for marshalling/unmarshalling Java objects to and from XML.
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.7</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Marshall a Java object to XML using JAXBContext and Marshaller.
Add jaxb-runtime as a dependency and ensure javax.xml.bind module is accessible (use --add-modules if needed).
No dependency data recorded yet.