Download clustermate-json-0.9.17.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.17 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials