Download jackson-databind-2.3.5.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.3.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials