Last Version

net.cadrian.jsonref:jsonref 0.0.11

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

License

License

MIT
Categories

Categories

Net JSON Data
GroupId

GroupId

net.cadrian.jsonref
ArtifactId

ArtifactId

jsonref
Version

Version

0.0.11
Type

Type

pom
Description

Description

net.cadrian.jsonref:jsonref
JSON/R is an extended JSON format that natively supports object references, thus allowing to de/serialize object graphs, even with cycles.
Project URL

Project URL

https://github.com/cadrian/jsonref
Source Code Management

Source Code Management

https://github.com/cadrian/jsonref

Download jsonref 0.0.11

Filename Size
jsonref-0.0.11.pom 4 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jsonref-core