Download json-converter-0.40-alpha1.jar file - Jar j

Jar examples for j:json-converter

Description

Converts from a JSON document to a KVDocument

You can download jar file json-converter 0.40-alpha1 in this page.

Build File

You can use the following script to add json-converter-0.40-alpha1.jar to your project.

<dependency>
   <groupId>com.torodb.kvdocument</groupId>
   <artifactId>json-converter</artifactId>
   <version>0.40-alpha1</version>
</dependency>
compile group: 'com.torodb.kvdocument', name: 'json-converter', version: '0.40-alpha1'
libraryDependencies += "com.torodb.kvdocument" % "json-converter" % "0.40-alpha1"
<dependency org="com.torodb.kvdocument" name="json-converter" rev="0.40-alpha1"/>
@Grapes(@Grab(group='com.torodb.kvdocument', module='json-converter', version='0.40-alpha1'))
'com.torodb.kvdocument:json-converter:jar:0.40-alpha1'

Download

Click the following link to download the jar file.

json-converter-0.40-alpha1-javadoc.jar
json-converter-0.40-alpha1-sources.jar
json-converter-0.40-alpha1.jar
json-converter-0.40-alpha1.pom



Related Tutorials