Download clustermate-json-0.9.15.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.9.15 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials