Download clustermate-json-0.8.8.jar file - Jar c

Jar examples for c:clustermate-json

Description

Converters for ClusterMate and StoreMate datatypes, for Jackson-based JSON serialization (as well as other dataformats Jackson supports, like Smile)

You can download jar file clustermate-json 0.8.8 in this page.

Build File

You can use the following script to add clustermate-json-0.8.8.jar to your project.

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

Download

Click the following link to download the jar file.

clustermate-json-0.8.8-javadoc.jar
clustermate-json-0.8.8-sources.jar
clustermate-json-0.8.8-tests.jar
clustermate-json-0.8.8.jar
clustermate-json-0.8.8.pom



Related Tutorials