core-ext
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.jonathanmerritt.RxAssetManager</groupId>
<artifactId>core-ext</artifactId>
<version>0.5.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>com.github.jonathanmerritt.RxAssetManager</groupId>
<artifactId>core-ext</artifactId>
<version>0.5.0</version>
<packaging>aar</packaging>
<name>core-ext</name>
<description>RxAssetManagers' core-ext library</description>
<url>https://github.com/jonathanmerritt/RxAssetManager/tree/master/core-ext</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://github.com/jonathanmerritt/RxAssetManager/blob/master/LICENSE.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>jonathanmerritt</id>
<name>jonathanmerritt</name>
<email>11R00TT00RR11@GMAIL.COM</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/jonathanmerritt/RxAssetManager.git</connection>
<developerConnection>scm:git:git@github.com/jonathanmerritt/RxAssetManager.git</developerConnection>
<url>https://github.com/jonathanmerritt/RxAssetManager/tree/master/core-ext</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.jonathanmerritt.RxAssetManager</groupId>
<artifactId>core</artifactId>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.1.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxandroid</artifactId>
<version>2.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.akarnokd</groupId>
<artifactId>rxjava2-extensions</artifactId>
<version>0.17.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.2.31</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>