j

justify

Justify is a JSON validator based on the JSON Schema specification and the JSON Processing API.
https://github.com/leadpony/justify
The Apache Software License, Version 2.0
leadpony
Files download
File Operation
justify-0.10.0.jar download
justify-0.10.0.pom download
justify-0.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.leadpony.justify</groupId>
  <artifactId>justify</artifactId>
  <version>0.10.0</version>
</dependency>
Gradle Groovy
implementation 'org.leadpony.justify:justify:0.10.0'
Gradle Kotlin
implementation("org.leadpony.justify:justify:0.10.0")
Scala SBT
libraryDependencies += "org.leadpony.justify" % "justify" % "0.10.0"
Groovy Grape
@Grapes(
  @Grab(group='org.leadpony.justify', module='justify', version='0.10.0')
)
Apache Ivy
<dependency org="org.leadpony.justify" name="justify" rev="0.10.0" />
Leiningen
[org.leadpony.justify/justify "0.10.0"]
Apache Buildr
'org.leadpony.justify:justify:jar:0.10.0'