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.6 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jackson-annotations-2.8.6.jar to your project.
<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.8.6</version> </dependency>
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.8.6'
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.6"
<dependency org="com.fasterxml.jackson.core" name="jackson-annotations" rev="2.8.6"/>
@Grapes(@Grab(group='com.fasterxml.jackson.core', module='jackson-annotations', version='2.8.6'))
'com.fasterxml.jackson.core:jackson-annotations:jar:2.8.6'
Click the following link to download the jar file.
jackson-annotations-2.8.6-javadoc.jar