rx-address-services
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.ericneid</groupId> <artifactId>rx-address-services</artifactId> <version>0.3.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.ericneid</groupId> <artifactId>rx-address-services</artifactId> <version>0.3.0</version> <packaging>aar</packaging> <name>rx-address-services</name> <description>RX-address-services is a simple rxJava2 wrapper around some address resolution and geocoding services.</description> <url>https://github.com/EricNeid/rx-address-services</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>EricNeid</id> <name>Eric Neidhardt</name> <email>eric.neidhardt@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:http://github.com/EricNeid/rx-address-services.git</connection> <developerConnection>scm:git:http://github.com/EricNeid/rx-address-services.git</developerConnection> <url>https://github.com/EricNeid/rx-address-services</url> </scm> <dependencies> <dependency> <groupId>com.android.support</groupId> <artifactId>support-annotations</artifactId> <version>27.1.1</version> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-location</artifactId> <version>18.0.0</version> </dependency> <dependency> <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxandroid</artifactId> <version>3.0.0</version> </dependency> <dependency> <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxkotlin</artifactId> <version>3.0.1</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.9.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>adapter-rxjava3</artifactId> <version>2.9.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.9.0</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.9</version> </dependency> <dependency> <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxjava</artifactId> <version>3.1.2</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.4.30</version> </dependency> </dependencies> </project>