MVN

org.leadpony.justify : justify-parent

Maven & Gradle

Nov 03, 2020
96 stars

org.leadpony.justify.parent · Justify is a JSON validator based on the JSON Schema specification and the JSON Processing API.

<dependency>
    <groupId>org.leadpony.justify</groupId>
    <artifactId>justify-parent</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.leadpony.justify : justify-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Release Candidate: 3.0.0-RC2

All Versions

Choose a version of org.leadpony.justify : justify-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
justify-parent-3.1.0
3.0.x
justify-parent-3.0.0
justify-parent-3.0.0-RC2
justify-parent-3.0.0-RC1
2.1.x
justify-parent-2.1.0
2.0.x
justify-parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.leadpony.justify</groupId>
    <artifactId>justify-parent</artifactId>
    <version>3.1.0</version>
</dependency>

Advertisement