MVN

com.wix.restaurants : wix-restaurants-json

Maven & Gradle

May 24, 2018
3 usages
1 stars

Wix Restaurants JSON Utilities · Wix Restaurants JSON Utilities

<dependency>
    <groupId>com.wix.restaurants</groupId>
    <artifactId>wix-restaurants-json</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wix.restaurants : wix-restaurants-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of com.wix.restaurants : wix-restaurants-json to add to Maven or Gradle - All Versions:

  • Version Updated
  • wix-restaurants-json-1.7.0

    May 24, 2018
  • wix-restaurants-json-1.6.0

    Feb 11, 2018
  • wix-restaurants-json-1.5.0

    May 24, 2016
  • wix-restaurants-json-1.4.0

    Sep 02, 2015
  • wix-restaurants-json-1.3.0

    Jun 21, 2015
  • wix-restaurants-json-1.2.0

    May 18, 2015

How to add a dependency to Maven

Add the following com.wix.restaurants : wix-restaurants-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wix.restaurants : wix-restaurants-json gradle dependency to your build.gradle file:

implementation 'com.wix.restaurants:wix-restaurants-json:1.7.0'

Gradle Kotlin DSL: Add the following com.wix.restaurants : wix-restaurants-json gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wix.restaurants:wix-restaurants-json:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wix.restaurants : wix-restaurants-json sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wix.restaurants" % "wix-restaurants-json" % "1.7.0"