commandbasedarchitecture_coroutine
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.scal</groupId>
<artifactId>commandbasedarchitecture_coroutine</artifactId>
<version>0.8.6</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.scal</groupId>
<artifactId>commandbasedarchitecture_coroutine</artifactId>
<version>0.8.6</version>
<packaging>aar</packaging>
<name>Command Based Architecture for Android</name>
<description>Command Based Architecture for simple synchronization logic. Description is here: https://github.com/scalio/command-based-architecture</description>
<url>https://github.com/scalio/command-based-architecture</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>
<developers>
<developer>
<id>mig35</id>
<name>Mikhail Gurevich</name>
<email>mig35@mig35.com</email>
</developer>
<developer>
<id>scalio</id>
<name>Scalio</name>
<url>https://scal.io</url>
</developer>
</developers>
<scm>
<connection>https://github.com/scalio/command-based-architecture.git</connection>
<developerConnection>https://github.com/scalio/command-based-architecture.git</developerConnection>
<url>https://github.com/scalio/command-based-architecture</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-parcelize-runtime</artifactId>
<version>1.5.31</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>