Download json-schema-1.0.jar file - Jar j

Jar examples for j:json-schema

Description

General Purpose Json Model Helper compatible with json-schema spec

You can download jar file json-schema 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add json-schema-1.0.jar to your project.

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

Download

Click the following link to download the jar file.

json-schema-1.0-javadoc.jar
json-schema-1.0-sources.jar
json-schema-1.0.jar
json-schema-1.0.pom



Related Tutorials