Download jaxb-impl-2.2.6.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 2.2.6 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-2.2.6.jar to your project.

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

Download

Click the following link to download the jar file.

jaxb-impl-2.2.6-javadoc.jar
jaxb-impl-2.2.6-sources.jar
jaxb-impl-2.2.6.jar
jaxb-impl-2.2.6.pom



Related Tutorials