Download jaxb-libs-1.0.5.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.5 in this page.

License

Sun Microsystems Inc. Software License Agreement

Build File

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

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

Download

Click the following link to download the jar file.

jaxb-libs-1.0.5.pom



Related Tutorials