Download jaxb-libs-1.0.6.jar file - Jar j

Jar examples for j:jaxb-libs

Description

Part of the Java Web Services Developer Pack 1.5

You can download jar file jaxb-libs 1.0.6 in this page.

License

Sun Microsystems Inc. Software License Agreement

Build File

You can use the following script to add jaxb-libs-1.0.6.jar to your project.

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

Download

Click the following link to download the jar file.

jaxb-libs-1.0.6.jar
jaxb-libs-1.0.6.pom



Related Tutorials