Download json-converter-0.50.1.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.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials