is not current version
Last Version 3.1.0

org.leadpony.justify:justify-parent 3.0.0-RC1

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

GroupId

GroupId

org.leadpony.justify
ArtifactId

ArtifactId

justify-parent
Version

Version

3.0.0-RC1
Type

Type

pom

Download justify-parent 3.0.0-RC1


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