Download json-validator-1.6.10.jar file - Jar j

Jar examples for j:json-validator

Description

A validator which implements schema's for json objects.

You can download jar file json-validator 1.6.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add json-validator-1.6.10.jar to your project.

<dependency>
   <groupId>org.bitbucket.bradleysmithllc.json-validator</groupId>
   <artifactId>json-validator</artifactId>
   <version>1.6.10</version>
</dependency>
compile group: 'org.bitbucket.bradleysmithllc.json-validator', name: 'json-validator', version: '1.6.10'
libraryDependencies += "org.bitbucket.bradleysmithllc.json-validator" % "json-validator" % "1.6.10"
<dependency org="org.bitbucket.bradleysmithllc.json-validator" name="json-validator" rev="1.6.10"/>
@Grapes(@Grab(group='org.bitbucket.bradleysmithllc.json-validator', module='json-validator', version='1.6.10'))
'org.bitbucket.bradleysmithllc.json-validator:json-validator:jar:1.6.10'

Download

Click the following link to download the jar file.

json-validator-1.6.10-javadoc.jar
json-validator-1.6.10-sources.jar
json-validator-1.6.10.jar
json-validator-1.6.10.pom



Related Tutorials