j

justify-parent

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-parent-3.1.0.pom download
Apache Maven
<dependency>
  <groupId>org.leadpony.justify</groupId>
  <artifactId>justify-parent</artifactId>
  <version>3.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.leadpony.justify:justify-parent:3.1.0'
Gradle Kotlin
implementation("org.leadpony.justify:justify-parent:3.1.0")
Scala SBT
libraryDependencies += "org.leadpony.justify" % "justify-parent" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.leadpony.justify', module='justify-parent', version='3.1.0')
)
Apache Ivy
<dependency org="org.leadpony.justify" name="justify-parent" rev="3.1.0" />
Leiningen
[org.leadpony.justify/justify-parent "3.1.0"]
Apache Buildr
'org.leadpony.justify:justify-parent:jar:3.1.0'
Dependencies
The project has no third-party dependencies