Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 639 Bytes

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>3.1.0</version>
</dependency>

Example using Apache HTTPClient

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