JSON Collection

RESTful JSON Collection

License

License

Categories

Categories

Net JSON Data
GroupId

GroupId

net.hamnaberg.rest
ArtifactId

ArtifactId

json-collection
Last Version

Last Version

6.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

JSON Collection
RESTful JSON Collection
Project URL

Project URL

https://github.com/hamnis/json-collection
Source Code Management

Source Code Management

https://github.com/hamnis/json-collection

Download json-collection

How to add to project

<!-- https://jarcasting.com/artifacts/net.hamnaberg.rest/json-collection/ -->
<dependency>
    <groupId>net.hamnaberg.rest</groupId>
    <artifactId>json-collection</artifactId>
    <version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.hamnaberg.rest/json-collection/
implementation 'net.hamnaberg.rest:json-collection:6.0.0'
// https://jarcasting.com/artifacts/net.hamnaberg.rest/json-collection/
implementation ("net.hamnaberg.rest:json-collection:6.0.0")
'net.hamnaberg.rest:json-collection:jar:6.0.0'
<dependency org="net.hamnaberg.rest" name="json-collection" rev="6.0.0">
  <artifact name="json-collection" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hamnaberg.rest', module='json-collection', version='6.0.0')
)
libraryDependencies += "net.hamnaberg.rest" % "json-collection" % "6.0.0"
[net.hamnaberg.rest/json-collection "6.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
net.hamnaberg.json : immutable-json-jackson jar 4.0.1
net.hamnaberg.json : immutable-json-codec Optional jar 4.0.1
com.damnhandy : handy-uri-templates Optional jar 2.1.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Implementation of Collection+JSON

Format

Examples of media type in use can be found here

NOTE: From version 4.0, this library requires Java 8.

Maven coordinates

Releases are pushed to oss.sonatype.org which again syncs with maven central.

<dependency>
    <groupId>net.hamnaberg.rest</groupId>
    <artifactId>json-collection</artifactId>
    <version>6.0.0</version>
</dependency>

Javadoc

http://javadoc.io/doc/net.hamnaberg.rest/json-collection/6.0.0

Example using Apache HTTPClient

https://gist.github.com/hamnis/5642915

Versions

Version
6.0.0
5.0.0
4.0.0
3.1.0
3.0.0
2.5
2.2.1
2.2
2.1
2.0
1.5
1.2
1.1
1.0