JSON Collection

RESTful JSON Collection

Лицензия

Лицензия

Категории

Категории

Сеть JSON Данные
Группа

Группа

net.hamnaberg.rest
Идентификатор

Идентификатор

json-collection
Последняя версия

Последняя версия

6.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

JSON Collection
RESTful JSON Collection
Ссылка на сайт

Ссылка на сайт

https://github.com/hamnis/json-collection
Система контроля версий

Система контроля версий

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

Скачать json-collection

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
net.hamnaberg.json : immutable-json-jackson jar 4.0.1
net.hamnaberg.json : immutable-json-codec Необязательный jar 4.0.1
com.damnhandy : handy-uri-templates Необязательный jar 2.1.6

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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