Download json-wrapper-1.0.3.jar file - Jar j

Jar examples for j:json-wrapper

Description

General Purpose Json Model Helper compatible with json-schema spec

You can download jar file json-wrapper 1.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add json-wrapper-1.0.3.jar to your project.

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

Download

Click the following link to download the jar file.

json-wrapper-1.0.3-javadoc.jar
json-wrapper-1.0.3-sources.jar
json-wrapper-1.0.3.jar
json-wrapper-1.0.3.pom



Related Tutorials