JAXB API Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

JAXB API

JAXB API Maven Dependency

Copy below JAXB API maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
<dependency>
    <groupId>javax.xml.bind</groupId>
    <artifactId>jaxb-api</artifactId>
    <version>2.4.0-b180830.0359</version>
</dependency>

JAXB API Gradle Dependency

Copy below JAXB API gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.4.0-b180830.0359'

Download JAR File

https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.4.0-b180830.0359/jaxb-api-2.4.0-b180830.0359.jar

Check for Latest Release

https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api

Reference

https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api

⚠️ **GitHub.com Fallback** ⚠️