Download jaxb-xjc-2.0EA3.jar file - Jar j

Jar examples for j:jaxb-xjc

Description

Old JAXB Binding Compiler. Contains source code needed for binding customization files into java sources. In other words: the *tool* to generate java classes for the given xml representation.

You can download jar file jaxb-xjc 2.0EA3 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

You can use the following script to add jaxb-xjc-2.0EA3.jar to your project.

<dependency>
   <groupId>com.sun.xml</groupId>
   <artifactId>jaxb-xjc</artifactId>
   <version>2.0EA3</version>
</dependency>
compile group: 'com.sun.xml', name: 'jaxb-xjc', version: '2.0EA3'
libraryDependencies += "com.sun.xml" % "jaxb-xjc" % "2.0EA3"
<dependency org="com.sun.xml" name="jaxb-xjc" rev="2.0EA3"/>
@Grapes(@Grab(group='com.sun.xml', module='jaxb-xjc', version='2.0EA3'))
'com.sun.xml:jaxb-xjc:jar:2.0EA3'

Download

Click the following link to download the jar file.

jaxb-xjc-2.0EA3.jar
jaxb-xjc-2.0EA3.pom



Related Tutorials