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

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

Download

Click the following link to download the jar file.

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



Related Tutorials