Download json-wrapper-1.1.0-alpha1.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.1.0-alpha1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

json-wrapper-1.1.0-alpha1-javadoc.jar
json-wrapper-1.1.0-alpha1-sources.jar
json-wrapper-1.1.0-alpha1.jar
json-wrapper-1.1.0-alpha1.pom



Related Tutorials