Download json-converter-0.50.2.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.50.2 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

json-converter-0.50.2-javadoc.jar
json-converter-0.50.2-sources.jar
json-converter-0.50.2.jar
json-converter-0.50.2.pom



Related Tutorials