How To Install Java Artifact javax.xml.bind.jaxb-api-parent v2.3.0

javax.xml.bind jaxb-api-parent 2.3.0

Introduction

In this article, we'll learn how to install Java artifact jaxb-api-parent from javax.xml.bind group in version 2.3.0. The artifact is available in 4 versions: 2.4.0-b180830.0359 2.4.0-b180725.0427 2.3.1 2.3.0 . The Java Architecture for XML Binding project has been released under CDDL 1.1 license, and has its own website at: https://github.com/javaee/jaxb-spec . The parent project is: net.java::jvnet-parent::5

How To Install Java Artifact javax.xml.bind.jaxb-api-parent In Version 2.3.0

To install the Java Architecture for XML Binding artifact in version 2.3.0 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Java Architecture for XML Binding dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Licenses