java-api-extended
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>travel.izi.api</groupId> <artifactId>java-api-extended</artifactId> <version>1.6.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>travel.izi.api</groupId> <artifactId>java-api-extended</artifactId> <version>1.6.0</version> <name>izi.TRAVEL Java API</name> <description>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.</description> <url>https://github.com/iziteq/izi-travel-java-api</url> <inceptionYear>2014</inceptionYear> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>evgeny.shishkin</id> <name>Evgeny Shishkin</name> <email>evgeny.shishkin@iziteq.com</email> <organization>org.apache.maven.model.Organization@56476c16</organization> <organizationUrl>http://izi.travel</organizationUrl> </developer> </developers> <scm> <connection>scm:git@github.com:iziteq/izi-travel-java-api.git</connection> <developerConnection>scm:git@github.com:iziteq/izi-travel-java-api.git</developerConnection> <url>https://github.com/iziteq/izi-travel-java-api</url> </scm> <dependencies> <dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>okhttp</artifactId> <version>2.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.retrofit</groupId> <artifactId>retrofit</artifactId> <version>1.9.0</version> <scope>compile</scope> </dependency> </dependencies> </project>