Download jaxb-impl-1.0.5.jar file - Jar j

Jar examples for j:jaxb-impl

Description

Old JAXB Runtime module. Contains sources required for runtime processing.

You can download jar file jaxb-impl 1.0.5 in this page.

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0

Build File

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

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

Download

Click the following link to download the jar file.

jaxb-impl-1.0.5.pom



Related Tutorials