Download jackson-databind-2.7.6.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.6 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.6.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials