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

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

Download

Click the following link to download the jar file.

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



Related Tutorials