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

Zappos JSON 0.1-alpha

Zappos-json is a Java library that can be used to convert plain old Java objects (POJO) into their JSON representation, and vice versa. It uses code generation technique to improve the performance by inlining serialization-related code into a generated class file.

Лицензия

Лицензия

Категории

Категории

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

Группа

com.zappos
Идентификатор

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

zappos-json
Версия

Версия

0.1-alpha
Тип

Тип

jar
Описание

Описание

Zappos JSON
Zappos-json is a Java library that can be used to convert plain old Java objects (POJO) into their JSON representation, and vice versa. It uses code generation technique to improve the performance by inlining serialization-related code into a generated class file.
Ссылка на сайт

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

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

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

http://github.com/Zappos/zappos-json

Скачать zappos-json 0.1-alpha


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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.javassist : javassist jar 3.20.0-GA

test (1)

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

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

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