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

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

Download

Click the following link to download the jar file.

jaxb-impl-2.2.5-5-javadoc.jar
jaxb-impl-2.2.5-5-sources.jar
jaxb-impl-2.2.5-5.jar
jaxb-impl-2.2.5-5.pom



Related Tutorials