MVN

travel.wink : inventory

Maven & Gradle

Aug 27, 2023
2 stars

Inventory SDK Java · Java SDK for the Wink Inventory API

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

Latest Version

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

  • Latest Stable: 29.8.8

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'travel.wink:inventory:29.8.8'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement