is not current version
Last Version 3.1.0

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

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-RC2
Type

Type

pom

Download justify-parent 3.0.0-RC2


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