MVN

org.leadpony.joy : joy-parent

Maven & Gradle

Jan 23, 2021
16 stars

org.leadpony.joy.parent · Joy is yet another implementation of the JSON Processing API (JSR 374).

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

Latest Version

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

  • Latest Stable: 2.1.0
  • Latest Release Candidate: 2.0.0-RC2

All Versions

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

Version Vulnerabilities Updated
2.1.x
joy-parent-2.1.0
2.0.x
joy-parent-2.0.0
joy-parent-2.0.0-RC2
joy-parent-2.0.0-RC1
1.3.x
joy-parent-1.3.0
1.2.x
joy-parent-1.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.leadpony.joy</groupId>
    <artifactId>joy-parent</artifactId>
    <version>2.1.0</version>
</dependency>

Advertisement