uniflow-android-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.uniflow-kt</groupId>
<artifactId>uniflow-android-test</artifactId>
<version>1.1.2</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.uniflow-kt</groupId>
<artifactId>uniflow-android-test</artifactId>
<version>1.1.2</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.uniflow-kt</groupId>
<artifactId>uniflow-android</artifactId>
<version>1.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.5.31</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-common</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>core-runtime</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-extensions</artifactId>
<version>2.2.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>lifecycle-service</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>lifecycle-process</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>*</artifactId>
<groupId>androidx.legacy</groupId>
</exclusion>
<exclusion>
<artifactId>lifecycle-livedata</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>runtime</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.uniflow-kt</groupId>
<artifactId>uniflow-test</artifactId>
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.mockk</groupId>
<artifactId>mockk</artifactId>
<version>1.10.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<description>Uniflow - Simple Unidirectionnel Data Flow for Android & Kotlin, using Kotlin coroutines and open to functional programming</description>
<name>uniflow-android-test</name>
<url>https://github.com/uniflow-kt/uniflow-kt</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<url>https://github.com/uniflow-kt/uniflow-kt</url>
<connection>scm:git:git://github.com/uniflow-kt/uniflow-kt.git</connection>
<developerConnection>scm:git:git://github.com/uniflow-kt/uniflow-kt.git</developerConnection>
</scm>
<developers>
<developer>
<id>arnaudgiuliani</id>
<name>Arnaud Giuliani</name>
</developer>
</developers>
</project>