Download json-wrapper-1.0.0-RC2.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.0-RC2 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.0-RC2.jar to your project.

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

Download

Click the following link to download the jar file.

json-wrapper-1.0.0-RC2-javadoc.jar
json-wrapper-1.0.0-RC2-sources.jar
json-wrapper-1.0.0-RC2.jar
json-wrapper-1.0.0-RC2.pom



Related Tutorials