rx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.nlopez.smartlocation</groupId>
<artifactId>rx</artifactId>
<version>3.3.3</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>io.nlopez.smartlocation</groupId>
<artifactId>rx</artifactId>
<version>3.3.3</version>
<packaging>aar</packaging>
<name>Smart Location Library RxJava Extension</name>
<description>This is an extension for using RxJava with SmartLocation</description>
<url>https://github.com/mrmans0n/smart-location-lib</url>
<licenses>
<license>
<name>MIT license</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mrmans0n</id>
<name>Nacho Lopez</name>
<email>nacho@nlopez.io</email>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:mrmans0n/smart-location-lib.git</connection>
<developerConnection>scm:git@github.com:mrmans0n/smart-location-lib.git</developerConnection>
<url>scm:git@github.com:mrmans0n/smart-location-lib.git</url>
</scm>
<dependencies>
<dependency>
<groupId>io.nlopez.smartlocation</groupId>
<artifactId>library</artifactId>
<version>3.3.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxandroid</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>