Download jaxb-core-2.2.10-b140310.1920.jar file - Jar j

Jar examples for j:jaxb-core

Description

Old JAXB Core module. Contains sources required by XJC, JXC and Runtime modules with dependencies.

You can download jar file jaxb-core 2.2.10-b140310.1920 in this page.

License

Open Source License

Build File

You can use the following script to add jaxb-core-2.2.10-b140310.1920.jar to your project.

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

Download

Click the following link to download the jar file.

jaxb-core-2.2.10-b140310.1920-javadoc.jar
jaxb-core-2.2.10-b140310.1920-sources.jar
jaxb-core-2.2.10-b140310.1920.jar
jaxb-core-2.2.10-b140310.1920.pom



Related Tutorials