Download json-schema-validator-3.0.7.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 3.0.7 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-3.0.7.jar to your project.

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

Download

Click the following link to download the jar file.

json-schema-validator-3.0.7-javadoc.jar
json-schema-validator-3.0.7-sources.jar
json-schema-validator-3.0.7.jar
json-schema-validator-3.0.7.pom



Related Tutorials