MVN

net.cadrian.jsonref : jsonref

Maven & Gradle

Jun 24, 2015
1 stars

JSON/R is an extended JSON format that natively supports object references, thus allowing to de/serialize object graphs, even with cycles.

<dependency>
    <groupId>net.cadrian.jsonref</groupId>
    <artifactId>jsonref</artifactId>
    <version>0.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.cadrian.jsonref : jsonref to add to Maven - Latest Versions:

  • Latest Stable: 0.0.11

All Versions

Choose a version of net.cadrian.jsonref : jsonref to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
jsonref-0.0.11
jsonref-0.0.10
jsonref-0.0.9
jsonref-0.0.8
jsonref-0.0.7
jsonref-0.0.6
jsonref-0.0.5
jsonref-0.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.cadrian.jsonref</groupId>
    <artifactId>jsonref</artifactId>
    <version>0.0.11</version>
</dependency>

Advertisement