MVN

com.sun.xml.bind : jaxb

Maven & Gradle

May 14, 2013
4 usages

JAXB OSGi bundle for GlassFish V3 · Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. This module is exclusively meant for use in GlassFish V3 development. It is highly unlikely to work in any other environment. If you are looking for a Maven distribution of Metro, please use com.sun.xml.ws.webservices.

<dependency>
    <groupId>com.sun.xml.bind</groupId>
    <artifactId>jaxb</artifactId>
    <version>isorelax</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.xml.bind : jaxb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: isorelax
  • Latest Release Candidate: 2.1.9-RC1

All Versions

Choose a version of com.sun.xml.bind : jaxb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
jaxb-2.1.9
jaxb-2.1.9-RC1
isorelax
jaxb-isorelax

How to add a dependency to Maven

Add the following com.sun.xml.bind : jaxb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.xml.bind</groupId>
    <artifactId>jaxb</artifactId>
    <version>isorelax</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.xml.bind : jaxb gradle dependency to your build.gradle file:

implementation 'com.sun.xml.bind:jaxb:isorelax'

Gradle Kotlin DSL: Add the following com.sun.xml.bind : jaxb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.xml.bind:jaxb:isorelax")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.xml.bind : jaxb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.xml.bind" % "jaxb" % "isorelax"

Advertisement

Dependencies from Group

Jun 06, 2023
2.6k usages
168 stars
Jun 06, 2023
1.1k usages
168 stars
Jun 06, 2023
584 usages
168 stars
Jun 06, 2023
88 usages
168 stars
Jun 06, 2023
25 usages
163 stars

Discover Dependencies