Jar examples for j:json-schema-validator
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.
Lesser General Public License, version 3 or greater
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'
Click the following link to download the jar file.
json-schema-validator-3.0.2-javadoc.jar