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.9.1.jar download
justify-0.9.1.pom download
justify-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.leadpony.justify</groupId>
  <artifactId>justify</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'org.leadpony.justify:justify:0.9.1'
Gradle Kotlin
implementation("org.leadpony.justify:justify:0.9.1")
Scala SBT
libraryDependencies += "org.leadpony.justify" % "justify" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='org.leadpony.justify', module='justify', version='0.9.1')
)
Apache Ivy
<dependency org="org.leadpony.justify" name="justify" rev="0.9.1" />
Leiningen
[org.leadpony.justify/justify "0.9.1"]
Apache Buildr
'org.leadpony.justify:justify:jar:0.9.1'