MVN

travel.wink : booking

Maven & Gradle

Aug 27, 2023
2 stars

Booking SDK Java · Java SDK for the Wink Booking API

<dependency>
    <groupId>travel.wink</groupId>
    <artifactId>booking</artifactId>
    <version>29.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of travel.wink : booking to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 29.8.8

All Versions

Choose a version of travel.wink : booking to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
29.8.x
booking-29.8.8
booking-29.8.3
booking-29.8.0
29.7.x
booking-29.7.0
29.3.x
booking-29.3.0
29.0.x
booking-29.0.0
27.1.x
booking-27.1.1
26.1.x
booking-26.1.1
26.0.x
booking-26.0.3
25.6.x
booking-25.6.8
booking-25.6.4
25.4.x
booking-25.4.2
25.3.x
booking-25.3.0
25.2.x
booking-25.2.7
booking-25.2.3
25.1.x
booking-25.1.0
25.0.x
booking-25.0.3
24.7.x
booking-24.7.0
24.3.x
booking-24.3.2
24.0.x
booking-24.0.0
23.1.x
booking-23.1.1
22.0.x
booking-22.0.1
21.16.x
booking-21.16.3

How to add a dependency to Maven

Add the following travel.wink : booking maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>travel.wink</groupId>
    <artifactId>booking</artifactId>
    <version>29.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following travel.wink : booking gradle dependency to your build.gradle file:

implementation 'travel.wink:booking:29.8.8'

Gradle Kotlin DSL: Add the following travel.wink : booking gradle kotlin dependency to your build.gradle.kts file:

implementation("travel.wink:booking:29.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following travel.wink : booking sbt scala dependency to your build.sbt file:

libraryDependencies += "travel.wink" % "booking" % "29.8.8"

Advertisement