Wix Restaurants JSON Utilities


Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка JSON Данные
Группа

Группа

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

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

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

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

1.7.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Wix Restaurants JSON Utilities
Wix Restaurants JSON Utilities
Ссылка на сайт

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

https://github.com/wix/wix-restaurants-json
Организация-разработчик

Организация-разработчик

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

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

https://github.com/wix/wix-restaurants-json

Скачать wix-restaurants-json

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-core jar 2.9.5
com.fasterxml.jackson.core : jackson-annotations jar 2.9.5
com.fasterxml.jackson.core : jackson-databind jar 2.9.5
com.fasterxml.jackson.module : jackson-module-scala_2.12 jar 2.9.5
org.slf4j : slf4j-api jar 1.7.25
org.scala-lang : scala-reflect jar 2.12.4

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.specs2 : specs2-core_2.12 jar 3.8.9
org.specs2 : specs2-junit_2.12 jar 3.8.9

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

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

Wix Restaurants JSON Utilities

Implements a JavaScript-like interface on top of Jackson: JSON.stringify, JSON.bytify, JSON.parse.

Supports standard Java and Scala objects.

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.wix.restaurants</groupId>
  <artifactId>wix-restaurants-json</artifactId>
  <version>1.7.0</version>
</dependency>

Reporting Issues

Please use the issue tracker to report issues related to this library.

License

This library uses the Apache License, version 2.0.

com.wix.restaurants

Wix.com

Open-sourcing useful pieces of code

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

Версия
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0