Download json-helpers-2.0.0.jar file - Jar j

Jar examples for j:json-helpers

Description

A small library for converting various data types into JSON and vice versa

You can download jar file json-helpers 2.0.0 in this page.

Build File

You can use the following script to add json-helpers-2.0.0.jar to your project.

<dependency>
   <groupId>io.snamp</groupId>
   <artifactId>json-helpers</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'io.snamp', name: 'json-helpers', version: '2.0.0'
libraryDependencies += "io.snamp" % "json-helpers" % "2.0.0"
<dependency org="io.snamp" name="json-helpers" rev="2.0.0"/>
@Grapes(@Grab(group='io.snamp', module='json-helpers', version='2.0.0'))
'io.snamp:json-helpers:jar:2.0.0'

Download

Click the following link to download the jar file.

json-helpers-2.0.0-javadoc.jar
json-helpers-2.0.0-sources.jar
json-helpers-2.0.0.jar
json-helpers-2.0.0.pom



Related Tutorials