Download jackson-module-jaxb-annotations-2.8.6.jar file - Jar j

Jar examples for j:jackson-module-jaxb-annotations

Description

Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data binding.

You can download jar file jackson-module-jaxb-annotations 2.8.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jackson-module-jaxb-annotations-2.8.6.jar to your project.

<dependency>
   <groupId>com.fasterxml.jackson.module</groupId>
   <artifactId>jackson-module-jaxb-annotations</artifactId>
   <version>2.8.6</version>
</dependency>
compile group: 'com.fasterxml.jackson.module', name: 'jackson-module-jaxb-annotations', version: '2.8.6'
libraryDependencies += "com.fasterxml.jackson.module" % "jackson-module-jaxb-annotations" % "2.8.6"
<dependency org="com.fasterxml.jackson.module" name="jackson-module-jaxb-annotations" rev="2.8.6"/>
@Grapes(@Grab(group='com.fasterxml.jackson.module', module='jackson-module-jaxb-annotations', version='2.8.6'))
'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.8.6'

Download

Click the following link to download the jar file.

jackson-module-jaxb-annotations-2.8.6-javadoc.jar
jackson-module-jaxb-annotations-2.8.6-sources.jar
jackson-module-jaxb-annotations-2.8.6.jar
jackson-module-jaxb-annotations-2.8.6.pom



Related Tutorials