Download jaxb-runtime-2.2.11.jar file - Jar j

Jar examples for j:jaxb-runtime

Description

JAXB (JSR 222) Reference Implementation

You can download jar file jaxb-runtime 2.2.11 in this page.

License

Open Source License

Build File

You can use the following script to add jaxb-runtime-2.2.11.jar to your project.

<dependency>
   <groupId>org.glassfish.jaxb</groupId>
   <artifactId>jaxb-runtime</artifactId>
   <version>2.2.11</version>
</dependency>
compile group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.2.11'
libraryDependencies += "org.glassfish.jaxb" % "jaxb-runtime" % "2.2.11"
<dependency org="org.glassfish.jaxb" name="jaxb-runtime" rev="2.2.11"/>
@Grapes(@Grab(group='org.glassfish.jaxb', module='jaxb-runtime', version='2.2.11'))
'org.glassfish.jaxb:jaxb-runtime:jar:2.2.11'

Download

Click the following link to download the jar file.

jaxb-runtime-2.2.11-javadoc.jar
jaxb-runtime-2.2.11-sources.jar
jaxb-runtime-2.2.11.jar
jaxb-runtime-2.2.11.pom



Related Tutorials