MVN

com.aimicor : uniflow-android

Maven & Gradle

Mar 12, 2024

This is an Android ViewModel extension library implementing the Uni-Directional Flow arrangement of Model-View-Intent (MVI). (https://developer.android.com/jetpack/compose/architecture). Standardises ViewModel implementation promoting decoupling, UI consistency, state encapsulation and enhanced testability.

<dependency>
    <groupId>com.aimicor</groupId>
    <artifactId>uniflow-android</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aimicor : uniflow-android to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of com.aimicor : uniflow-android to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
uniflow-android-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.aimicor</groupId>
    <artifactId>uniflow-android</artifactId>
    <version>0.1.0</version>
</dependency>