Download jackson-coreutils-1.6.jar file - Jar j

Jar examples for j:jackson-coreutils

Description

JSON Pointer (RFC 6901) and numeric equality for Jackson (2.1.x)

You can download jar file jackson-coreutils 1.6 in this page.

License

Lesser General Public License, version 3 or greater

Build File

You can use the following script to add jackson-coreutils-1.6.jar to your project.

<dependency>
   <groupId>com.github.fge</groupId>
   <artifactId>jackson-coreutils</artifactId>
   <version>1.6</version>
</dependency>
compile group: 'com.github.fge', name: 'jackson-coreutils', version: '1.6'
libraryDependencies += "com.github.fge" % "jackson-coreutils" % "1.6"
<dependency org="com.github.fge" name="jackson-coreutils" rev="1.6"/>
@Grapes(@Grab(group='com.github.fge', module='jackson-coreutils', version='1.6'))
'com.github.fge:jackson-coreutils:jar:1.6'

Download

Click the following link to download the jar file.

jackson-coreutils-1.6-javadoc.jar
jackson-coreutils-1.6-sources.jar
jackson-coreutils-1.6.jar
jackson-coreutils-1.6.pom



Related Tutorials