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

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

Download

Click the following link to download the jar file.

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



Related Tutorials