MVN

travel.liteapi : liteapi-java-client

Maven & Gradle

Jul 31, 2023
0 stars

liteAPI java client · liteAPI The fastest way to build travel apps Launch your hospitality product in minutes. Effortlessly monetize by selling accommodations at over 2 million properties worldwide.

<dependency>
    <groupId>travel.liteapi</groupId>
    <artifactId>liteapi-java-client</artifactId>
    <version>2.0.0-updates</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of travel.liteapi : liteapi-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-updates

All Versions

Choose a version of travel.liteapi : liteapi-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
liteapi-java-client-2.0.0-updates
liteapi-java-client-2.0.0

How to add a dependency to Maven

Add the following travel.liteapi : liteapi-java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>travel.liteapi</groupId>
    <artifactId>liteapi-java-client</artifactId>
    <version>2.0.0-updates</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following travel.liteapi : liteapi-java-client gradle dependency to your build.gradle file:

implementation 'travel.liteapi:liteapi-java-client:2.0.0-updates'

Gradle Kotlin DSL: Add the following travel.liteapi : liteapi-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("travel.liteapi:liteapi-java-client:2.0.0-updates")

How to add a dependency to SBT Scala

SBT Scala: Add the following travel.liteapi : liteapi-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "travel.liteapi" % "liteapi-java-client" % "2.0.0-updates"