Download jaxb-api-2.1.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.1 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.1.jar to your project.

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

Download

Click the following link to download the jar file.

jaxb-api-2.1-EA1.jar
jaxb-api-2.1-sources.jar
jaxb-api-2.1.jar
jaxb-api-2.1.pom



Related Tutorials