Download jaxb-api-2.2.jar file - Jar j

Jar examples for j:jaxb-api

Description

Part of the Java Web Services Developer Pack 1.6

You can download jar file jaxb-api 2.2 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

You can use the following script to add jaxb-api-2.2.jar to your project.

<dependency>
   <groupId>javax.xml.bind</groupId>
   <artifactId>jaxb-api</artifactId>
   <version>2.2</version>
</dependency>
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.2'
libraryDependencies += "javax.xml.bind" % "jaxb-api" % "2.2"
<dependency org="javax.xml.bind" name="jaxb-api" rev="2.2"/>
@Grapes(@Grab(group='javax.xml.bind', module='jaxb-api', version='2.2'))
'javax.xml.bind:jaxb-api:jar:2.2'

Download

Click the following link to download the jar file.

jaxb-api-2.2-sources.jar
jaxb-api-2.2.jar
jaxb-api-2.2.pom



Related Tutorials