Jackson Annotations Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

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

Jackson Annotations Maven Dependency

Copy below Jackson Annotations maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations -->
<dependency>
    <groupId>com.fasterxml.jackson.core</groupId>
    <artifactId>jackson-annotations</artifactId>
    <version>2.10.1</version>
</dependency>

Jackson Annotations Gradle Dependency Copy below Jackson Annotations gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.10.1'

Download JAR File

https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.1/jackson-annotations-2.10.1.jar

Check for Latest Release

https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations

Reference

https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations

⚠️ **GitHub.com Fallback** ⚠️