Download jackson-annotations-2.5.3.jar file - Jar j

Jar examples for j:jackson-annotations

Description

Core annotations used for value types, used by Jackson data binding package.

You can download jar file jackson-annotations 2.5.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jackson-annotations-2.5.3.jar to your project.

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

Download

Click the following link to download the jar file.

jackson-annotations-2.5.3-javadoc.jar
jackson-annotations-2.5.3-sources.jar
jackson-annotations-2.5.3.jar
jackson-annotations-2.5.3.pom



Related Tutorials