Wix OpenRest Client for Java

openrest4j Client

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

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

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

openrest4j-client
Последняя версия

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

1.39.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Wix OpenRest Client for Java
openrest4j Client
Организация-разработчик

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

wix.com

Скачать openrest4j-client

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.wix.openrest : openrest4j-api jar 1.39.0
com.wix.restaurants : wix-restaurants-jsonclient jar 1.9.0
org.scala-lang : scala-reflect jar 2.12.6

test (2)

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

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

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

The OpenRest API

OpenRest is a modern system for online food ordering, enabling hungry customers to browse restaurant menus and submit delivery or take-out orders.

OpenRest offers a comprehensive public API, exposed as a standard web service that communicates JSON over HTTPS. Official libraries exist for Java (here), .NET and JavaScript.

The Java library acts as the reference implementation and implicitly defines the API.

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.wix.openrest</groupId>
  <artifactId>openrest4j-client</artifactId>
  <version>1.32.0</version>
</dependency>

License

This library uses the Apache License, version 2.0.

com.wix.openrest

Wix.com

Open-sourcing useful pieces of code

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

Версия
1.39.0
1.37.0
1.36.0
1.35.0
1.34.0
1.33.0
1.32.0
1.31.0
1.30.0
1.29.0
1.28.0
1.27.0
1.26.0
1.25.0
1.24.0
1.23.0
1.22.0
1.18.0
1.17.0
1.16.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.1
1.6.0
1.5.0