Jar examples for j:jackson-databind
General data-binding functionality for Jackson: works on core streaming API
You can download jar file jackson-databind 2.6.6 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jackson-databind-2.6.6.jar to your project.
<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.6.6</version> </dependency>
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.6.6'
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-databind" % "2.6.6"
<dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.6.6"/>
@Grapes(@Grab(group='com.fasterxml.jackson.core', module='jackson-databind', version='2.6.6'))
'com.fasterxml.jackson.core:jackson-databind:jar:2.6.6'
Click the following link to download the jar file.
jackson-databind-2.6.6-javadoc.jar