wix-restaurants-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.wix.restaurants</groupId> <artifactId>wix-restaurants-api</artifactId> <version>1.22.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>wix-restaurants-api</artifactId> <name>Wix Restaurants API</name> <description>Wix Restaurants API</description> <developers> <developer> <name>Danny Leshem</name> <email>dannyl@wix.com</email> <roles> <role>owner</role> </roles> </developer> <developer> <name>Yoav Amit</name> <email>yoav.amit@wix.com</email> <roles> <role>owner</role> </roles> </developer> </developers> <parent> <groupId>com.wix.restaurants</groupId> <artifactId>wix-restaurants-java-sdk</artifactId> <version>1.22.0</version> </parent> <dependencies> <!-- Compile/runtime dependencies --> <dependency> <groupId>com.wix.openrest</groupId> <artifactId>openrest4j-api</artifactId> <version>${openrest4j.version}</version> </dependency> <!-- Test Dependencies --> </dependencies> </project>