j

json-schema-validator

A Java implementation of the JSON Schema specification
https://github.com/fge/json-schema-validator
LGPLv3 or later
Francis Galiegue
Files download
File Operation
json-schema-validator-1.99.14.jar download
json-schema-validator-1.99.14.pom download
json-schema-validator-1.99.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fge</groupId>
  <artifactId>json-schema-validator</artifactId>
  <version>1.99.14</version>
</dependency>
Gradle Groovy
implementation 'com.github.fge:json-schema-validator:1.99.14'
Gradle Kotlin
implementation("com.github.fge:json-schema-validator:1.99.14")
Scala SBT
libraryDependencies += "com.github.fge" % "json-schema-validator" % "1.99.14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fge', module='json-schema-validator', version='1.99.14')
)
Apache Ivy
<dependency org="com.github.fge" name="json-schema-validator" rev="1.99.14" />
Leiningen
[com.github.fge/json-schema-validator "1.99.14"]
Apache Buildr
'com.github.fge:json-schema-validator:jar:1.99.14'