is not current version
Last Version 3.1.0

org.leadpony.justify:justify 1.0.0

Justify is a JSON validator based on the JSON Schema specification and the JSON Processing API.

GroupId

GroupId

org.leadpony.justify
ArtifactId

ArtifactId

justify
Version

Version

1.0.0
Type

Type

jar

Download justify 1.0.0


<!-- https://jarcasting.com/artifacts/org.leadpony.justify/justify/ -->
<dependency>
    <groupId>org.leadpony.justify</groupId>
    <artifactId>justify</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.leadpony.justify/justify/
implementation 'org.leadpony.justify:justify:1.0.0'
// https://jarcasting.com/artifacts/org.leadpony.justify/justify/
implementation ("org.leadpony.justify:justify:1.0.0")
'org.leadpony.justify:justify:jar:1.0.0'
<dependency org="org.leadpony.justify" name="justify" rev="1.0.0">
  <artifact name="justify" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leadpony.justify', module='justify', version='1.0.0')
)
libraryDependencies += "org.leadpony.justify" % "justify" % "1.0.0"
[org.leadpony.justify/justify "1.0.0"]