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
文件下载
文件名 操作
justify-parent-2.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.leadpony.justify</groupId>
  <artifactId>justify-parent</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.leadpony.justify:justify-parent:2.0.0'
Gradle Kotlin
implementation("org.leadpony.justify:justify-parent:2.0.0")
Scala SBT
libraryDependencies += "org.leadpony.justify" % "justify-parent" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.leadpony.justify', module='justify-parent', version='2.0.0')
)
Apache Ivy
<dependency org="org.leadpony.justify" name="justify-parent" rev="2.0.0" />
Leiningen
[org.leadpony.justify/justify-parent "2.0.0"]
Apache Buildr
'org.leadpony.justify:justify-parent:jar:2.0.0'
本项目依赖
该项目无第三方依赖