MVN

travel.wink : lookup

Maven & Gradle

Aug 27, 2023
2 stars

Lookup SDK Java · Java SDK for the Wink Lookup API

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

Latest Version

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

  • Latest Stable: 29.8.8

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'travel.wink:lookup:29.8.8'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement