The Jakarta XML Binding provides an API and tools that automate the mapping between XML documents and Java objects.
The Jakarta XML Binding framework enables developers to perform the following operations:
Jakarta XML Binding gives Java developers an efficient and standard way of mapping between XML and Java code. Java developers using Jakarta XML Binding are more productive because they can write less code themselves and do not have to be experts in XML. Jakarta XML Binding makes it easier for developers to extend their applications with XML and Web Services technologies.
This project is part of Eclipse Implementation of JAXB
The latest stable release of Eclipse Implementation of JAXB is available for download as well as for consumption through maven.
<dependencies> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>4.0.2</version> </dependency> </dependencies> <dependencies> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>4.0.5</version> <scope>runtime</scope> </dependency> </dependencies>
The release includes the following documentation:
Previous versions of Eclipse Implementation of JAXB are available for download as well as for consumption through maven.
The release includes the following documentation:
The release includes the following documentation: