MVN

com.geeoz.travelport : travelport-api

Maven & Gradle

Oct 18, 2014

Travelport Universal API · A project to aid integration with the Travelport Universal API in Java projects.

<dependency>
    <groupId>com.geeoz.travelport</groupId>
    <artifactId>travelport-api</artifactId>
    <version>8.0.0.57d1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.geeoz.travelport : travelport-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0.57d1

All Versions

Choose a version of com.geeoz.travelport : travelport-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
travelport-api-8.0.0.57d1

How to add a dependency to Maven

Add the following com.geeoz.travelport : travelport-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.geeoz.travelport</groupId>
    <artifactId>travelport-api</artifactId>
    <version>8.0.0.57d1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.geeoz.travelport : travelport-api gradle dependency to your build.gradle file:

implementation 'com.geeoz.travelport:travelport-api:8.0.0.57d1'

Gradle Kotlin DSL: Add the following com.geeoz.travelport : travelport-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.geeoz.travelport:travelport-api:8.0.0.57d1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.geeoz.travelport : travelport-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.geeoz.travelport" % "travelport-api" % "8.0.0.57d1"

Advertisement