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

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

Download

Click the following link to download the jar file.

json-schema-validator-2.2.3-javadoc.jar
json-schema-validator-2.2.3-sources.jar
json-schema-validator-2.2.3-standalone.jar
json-schema-validator-2.2.3.jar
json-schema-validator-2.2.3.pom



Related Tutorials