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