MVN

javax.xml.bind : jaxb-api-osgi-sources

Maven & Gradle

May 20, 2010
1 usages

JAXB API OSGi source 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>javax.xml.bind</groupId>
    <artifactId>jaxb-api-osgi-sources</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.xml.bind : jaxb-api-osgi-sources to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of javax.xml.bind : jaxb-api-osgi-sources to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
jaxb-api-osgi-sources-2.2

How to add a dependency to Maven

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

<dependency>
    <groupId>javax.xml.bind</groupId>
    <artifactId>jaxb-api-osgi-sources</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javax.xml.bind : jaxb-api-osgi-sources gradle dependency to your build.gradle file:

implementation 'javax.xml.bind:jaxb-api-osgi-sources:2.2'

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

implementation("javax.xml.bind:jaxb-api-osgi-sources:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following javax.xml.bind : jaxb-api-osgi-sources sbt scala dependency to your build.sbt file:

libraryDependencies += "javax.xml.bind" % "jaxb-api-osgi-sources" % "2.2"

Advertisement