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

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

Download

Click the following link to download the jar file.

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



Related Tutorials