io.qubite.tomoko:tomoko-gson

Easy handling of REST PATCH requests in the object world according to RFC 6902

Лицензия

Лицензия

Категории

Категории

Gson Данные JSON
Группа

Группа

io.qubite.tomoko
Идентификатор

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

tomoko-gson
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Easy handling of REST PATCH requests in the object world according to RFC 6902
Система контроля версий

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

http://github.com/qubite/tomoko/tree/master/tomoko-gson

Скачать tomoko-gson

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

<!-- https://jarcasting.com/artifacts/io.qubite.tomoko/tomoko-gson/ -->
<dependency>
    <groupId>io.qubite.tomoko</groupId>
    <artifactId>tomoko-gson</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.qubite.tomoko/tomoko-gson/
implementation 'io.qubite.tomoko:tomoko-gson:1.0.0'
// https://jarcasting.com/artifacts/io.qubite.tomoko/tomoko-gson/
implementation ("io.qubite.tomoko:tomoko-gson:1.0.0")
'io.qubite.tomoko:tomoko-gson:jar:1.0.0'
<dependency org="io.qubite.tomoko" name="tomoko-gson" rev="1.0.0">
  <artifact name="tomoko-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.qubite.tomoko', module='tomoko-gson', version='1.0.0')
)
libraryDependencies += "io.qubite.tomoko" % "tomoko-gson" % "1.0.0"
[io.qubite.tomoko/tomoko-gson "1.0.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.qubite.tomoko : tomoko jar 1.0.0
com.google.code.gson : gson jar 2.0

test (1)

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

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

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

Tomoko

How to make PATCH in REST easy to manage or in other words RFC 6902 made Java friendly.

For tutorials, detailed documentation and examples go to the official Tomoko site.

Maven

Newest version can be found here.

  • Jackson variant
<dependency>
  <groupId>io.qubite.tomoko</groupId>
  <artifactId>tomoko-jackson</artifactId>
  <version>1.0.0</version>
</dependency>
  • Gson variant
<dependency>
  <groupId>io.qubite.tomoko</groupId>
  <artifactId>tomoko-gson</artifactId>
  <version>1.0.0</version>
</dependency>

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

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

Версия
1.0.0
0.1.0