MVN

travel.izi.api : java-api-extended

Maven & Gradle

Jun 09, 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.api</groupId>
    <artifactId>java-api-extended</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.6.0

All Versions

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

Version Vulnerabilities Updated
1.6.x
java-api-extended-1.6.0
1.5.x
java-api-extended-1.5.2
java-api-extended-1.5.1
java-api-extended-1.5.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'travel.izi.api:java-api-extended:1.6.0'

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

implementation("travel.izi.api:java-api-extended:1.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "travel.izi.api" % "java-api-extended" % "1.6.0"

Advertisement