Download clustermate-json-0.10.5.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.10.5 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials