This page gives you a quick reference to get jackson-core dependency for Maven or Gradle projects. You can also download the jackson-core jar dependency, the link given at the "Download JAR File" section.
Core Jackson processing abstractions (aka Streaming API), an implementation for JSON.
For more details about the proper version to use, check out the following Maven Central link.
Core Jackson processing abstractions (aka Streaming API), an implementation for JSON.
Jackson Core Maven Dependency
Copy below Jackson Core maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.10.1</version>
</dependency>
Jackson Core Gradle Dependency
Copy below Jackson Core Gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.10.1'
Download JAR File
Check for Latest Release
Reference
Jackson
Java
JSON
Maven Dependency
Comments
Post a Comment