Download jaxb-xjc-2.3.0.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.3.0 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.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

jaxb-xjc-2.3.0-javadoc.jar
jaxb-xjc-2.3.0-sources.jar
jaxb-xjc-2.3.0-tests.jar
jaxb-xjc-2.3.0.jar
jaxb-xjc-2.3.0.pom



Related Tutorials