MVN

javax.xml : jaxb-libs

Maven & Gradle

Jan 23, 2006

JAXB XML Binding Libraries Package · Part of the Java Web Services Developer Pack

<dependency>
    <groupId>javax.xml</groupId>
    <artifactId>jaxb-libs</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.xml : jaxb-libs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of javax.xml : jaxb-libs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jaxb-libs-1.0.5

How to add a dependency to Maven

Add the following javax.xml : jaxb-libs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>javax.xml</groupId>
    <artifactId>jaxb-libs</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javax.xml : jaxb-libs gradle dependency to your build.gradle file:

implementation 'javax.xml:jaxb-libs:1.0.5'

Gradle Kotlin DSL: Add the following javax.xml : jaxb-libs gradle kotlin dependency to your build.gradle.kts file:

implementation("javax.xml:jaxb-libs:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following javax.xml : jaxb-libs sbt scala dependency to your build.sbt file:

libraryDependencies += "javax.xml" % "jaxb-libs" % "1.0.5"

Advertisement

Dependencies from Group

Jul 17, 2006
110 usages
May 20, 2010
66 usages
May 28, 2008
53 usages
May 20, 2010
22 usages
Dec 06, 2005
21 usages

Discover Dependencies

Apr 17, 2008
Mar 18, 2013
6 usages
Jun 01, 2010
7 usages
Sep 20, 2005
Sep 20, 2005
Dec 12, 2005
1 usages
Nov 06, 2006