Download json-schema-validator-2.2.6.jar file - Jar j

Jar examples for j:json-schema-validator

Description

Vertx module to validate JSON against a schema (see http://json-schema.org/)

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

License

Lesser General Public License, version 3 or greater

Build File

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

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

Download

Click the following link to download the jar file.

json-schema-validator-2.2.6-javadoc.jar
json-schema-validator-2.2.6-lib.jar
json-schema-validator-2.2.6-sources.jar
json-schema-validator-2.2.6.jar
json-schema-validator-2.2.6.pom



Related Tutorials