rxandroid-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>travel.izi.api</groupId> <artifactId>rxandroid-api</artifactId> <version>0.2.1</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>rxandroid-api</artifactId> <version>0.2.1</version> <packaging>aar</packaging> <name>izi.TRAVEL RxAndroid API</name> <description>Android wrapper around the izi.TRAVEL API using Retrofit.</description> <url>https://github.com/iziteq/izi-travel-android-api</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>iziteq</id> <name>IZITEQ B.V.</name> </developer> </developers> <scm> <connection>scm:git@github.com:iziteq/izi-travel-android-api.git</connection> <developerConnection>scm:git@github.com:iziteq/izi-travel-android-api.git</developerConnection> <url>https://github.com/iziteq/izi-travel-android-api</url> </scm> <dependencies> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-jackson</artifactId> <version>2.0.0-beta4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.7.1-1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.frankiesardo</groupId> <artifactId>auto-parcel</artifactId> <version>0.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.0.0-beta4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.android.support</groupId> <artifactId>support-annotations</artifactId> <version>23.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>adapter-rxjava</artifactId> <version>2.0.0-beta4</version> <scope>compile</scope> </dependency> </dependencies> </project>