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

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

Download

Click the following link to download the jar file.

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



Related Tutorials