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

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

Download

Click the following link to download the jar file.

jaxb-impl-2.1.3.jar
jaxb-impl-2.1.3.pom
jaxb-impl-2.1.3-sources.jar



Related Tutorials