Download jaxb1-impl-2.2.3-1.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-1 in this page.

License

CDDL 1.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials