Download json-utils-0.1.0.jar file - Jar j

Jar examples for j:json-utils

Description

Set of utilities around JSON utils

You can download jar file json-utils 0.1.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add json-utils-0.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

json-utils-0.1.0-javadoc.jar
json-utils-0.1.0-sources.jar
json-utils-0.1.0.jar
json-utils-0.1.0.pom



Related Tutorials