Wix Restaurants Client for Java

Wix Restaurants Java Client

Лицензия

Лицензия

Категории

Категории

Java Языки программирования Ant Компиляция и сборка CLI Взаимодействие с пользователем
Группа

Группа

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

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

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

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

1.22.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

wix.com

Скачать wix-restaurants-java-client

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.wix.restaurants : wix-restaurants-api jar 1.22.0
com.wix.restaurants : wix-restaurants-authentication-client jar 1.12.0
com.wix.rest : rest-rfc7807-client jar 1.0.0
org.scala-lang : scala-reflect jar 2.12.4

test (2)

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

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

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

Wix Restaurants Java SDK

Official Java client for the Wix Restaurants API.

Usage

See wix-restaurants-java-examples for common use cases:

  • Search for restaurants by location
  • Retrieve and display a restaurant's menu
  • Submit an order (pickup or delivery) to a restaurant
  • Submit an order received via a 3rd-party portal, where the customer pays the portal and not the restaurant
  • Retrieve all new orders for a restaurant, and mark them as accepted

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.wix.restaurants</groupId>
  <artifactId>wix-restaurants-java-client</artifactId>
  <version>1.20.0</version>
</dependency>

Reporting Issues

Please use the issue tracker to report issues related to this library, or to the Wix Restaurants API in general.

License

This library uses the Apache License, version 2.0.

Additional information

We have an open attitude for working with partners, big or small. For inquiries, email dannyl@wix.com

com.wix.restaurants

Wix.com

Open-sourcing useful pieces of code

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

Версия
1.22.0
1.21.0
1.20.0
1.19.0
1.18.0
1.17.0
1.16.0
1.15.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.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0