General data-binding functionality for Jackson: works on core streaming API.
For more details about the proper version to use, check out the following Maven Central link.
Jackson Databind Maven Dependency
Copy below Jackson Databind Namemaven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.1</version>
</dependency>
Jackson Databind Gradle Dependency
Copy below Jackson Databind gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.10.1'
Download JAR File
Check for Latest Release
Reference
Jackson
Java
JSON
Maven Dependency
Comments
Post a Comment