MVN

travel.izi : java-api

Maven & Gradle

Apr 29, 2015

izi.TRAVEL Java API · Java wrapper around the izi.TRAVEL API using Retrofit. Remote services are grouped into local service objects which can be centrally managed by a IZITravel instance. It will act as a factory for all of the services and will automatically initialize them with your credentials and API key.

<dependency>
    <groupId>travel.izi</groupId>
    <artifactId>java-api</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.0

All Versions

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

Version Vulnerabilities Updated
1.5.x
java-api-1.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>travel.izi</groupId>
    <artifactId>java-api</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'travel.izi:java-api:1.5.0'

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

implementation("travel.izi:java-api:1.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "travel.izi" % "java-api" % "1.5.0"

Advertisement