Download jackson-databind-2.7.1.jar file - Jar j

Jar examples for j:jackson-databind

Description

General data-binding functionality for Jackson: works on core streaming API

You can download jar file jackson-databind 2.7.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jackson-databind-2.7.1.jar to your project.

<dependency>
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-databind</artifactId>
   <version>2.7.1</version>
</dependency>
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.7.1'
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-databind" % "2.7.1"
<dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.7.1"/>
@Grapes(@Grab(group='com.fasterxml.jackson.core', module='jackson-databind', version='2.7.1'))
'com.fasterxml.jackson.core:jackson-databind:jar:2.7.1'

Download

Click the following link to download the jar file.

jackson-databind-2.7.1-javadoc.jar
jackson-databind-2.7.1-sources.jar
jackson-databind-2.7.1.jar
jackson-databind-2.7.1.pom



Related Tutorials