Jar examples for j:jackson-annotations
Core annotations used for value types, used by Jackson data binding package.
You can download jar file jackson-annotations 2.8.4 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jackson-annotations-2.8.4.jar to your project.
<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.8.4</version> </dependency>
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.8.4'
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.4"
<dependency org="com.fasterxml.jackson.core" name="jackson-annotations" rev="2.8.4"/>
@Grapes(@Grab(group='com.fasterxml.jackson.core', module='jackson-annotations', version='2.8.4'))
'com.fasterxml.jackson.core:jackson-annotations:jar:2.8.4'
Click the following link to download the jar file.
jackson-annotations-2.8.4-javadoc.jar