JAXB Runtime module provides the implementation for marshalling and unmarshalling Java objects to and from XML.
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a JAXBContext and marshals a simple string to XML.
Include jaxb-impl and jaxb-api as explicit dependencies for Java 11+.
No dependency data recorded yet.