Download jaxb1-impl-2.2.3.jar file - Jar j

Jar examples for j:jaxb1-impl

Description

JAXB (JSR 222) reference implementation - JAXB1 build

You can download jar file jaxb1-impl 2.2.3 in this page.

License

CDDL 1.0

Build File

You can use the following script to add jaxb1-impl-2.2.3.jar to your project.

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

Download

Click the following link to download the jar file.

jaxb1-impl-2.2.3-sources.jar
jaxb1-impl-2.2.3.pom
jaxb1-impl-2.2.3.jar



Related Tutorials