Files download
File Operation
json-schema-validator-2.1.9.jar download
json-schema-validator-2.1.9.pom download
json-schema-validator-2.1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fge</groupId>
  <artifactId>json-schema-validator</artifactId>
  <version>2.1.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.fge:json-schema-validator:2.1.9'
Gradle Kotlin
implementation("com.github.fge:json-schema-validator:2.1.9")
Scala SBT
libraryDependencies += "com.github.fge" % "json-schema-validator" % "2.1.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fge', module='json-schema-validator', version='2.1.9')
)
Apache Ivy
<dependency org="com.github.fge" name="json-schema-validator" rev="2.1.9" />
Leiningen
[com.github.fge/json-schema-validator "2.1.9"]
Apache Buildr
'com.github.fge:json-schema-validator:jar:2.1.9'