Download common-json-utils-1.2.jar file - Jar c

Jar examples for c:common-json-utils

Description

Library of common utilities for handling JSON Trees.

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

License

The Apache Software License, Version 2.0

Build File

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

<dependency>
   <groupId>io.github.kuglblitz</groupId>
   <artifactId>common-json-utils</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'io.github.kuglblitz', name: 'common-json-utils', version: '1.2'
libraryDependencies += "io.github.kuglblitz" % "common-json-utils" % "1.2"
<dependency org="io.github.kuglblitz" name="common-json-utils" rev="1.2"/>
@Grapes(@Grab(group='io.github.kuglblitz', module='common-json-utils', version='1.2'))
'io.github.kuglblitz:common-json-utils:jar:1.2'

Download

Click the following link to download the jar file.

common-json-utils-1.2-javadoc.jar
common-json-utils-1.2-sources.jar
common-json-utils-1.2.jar
common-json-utils-1.2.pom



Related Tutorials