MVN

pro.respawn.flowmvi : android-view

Maven & Gradle

Aug 21, 2023
220 stars

flowmvi · A simple, classic KMM MVI implementation based on coroutines

<dependency>
    <groupId>pro.respawn.flowmvi</groupId>
    <artifactId>android-view</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pro.respawn.flowmvi : android-view to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4
  • Latest Beta: 2.0.0-beta03
  • Latest Alpha: 2.0.0-alpha02

All Versions

Choose a version of pro.respawn.flowmvi : android-view to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
android-view-2.0.0-beta03
android-view-2.0.0-beta02
android-view-2.0.0-beta01
android-view-2.0.0-alpha02
android-view-2.0.0-alpha01
1.2.x
android-view-1.2.0-alpha01
1.1.x
android-view-1.1.4
android-view-1.1.3
android-view-1.1.2
android-view-1.1.1

How to add a dependency to Maven

Add the following pro.respawn.flowmvi : android-view maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pro.respawn.flowmvi</groupId>
    <artifactId>android-view</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pro.respawn.flowmvi : android-view gradle dependency to your build.gradle file:

implementation 'pro.respawn.flowmvi:android-view:1.1.4'

Gradle Kotlin DSL: Add the following pro.respawn.flowmvi : android-view gradle kotlin dependency to your build.gradle.kts file:

implementation("pro.respawn.flowmvi:android-view:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following pro.respawn.flowmvi : android-view sbt scala dependency to your build.sbt file:

libraryDependencies += "pro.respawn.flowmvi" % "android-view" % "1.1.4"

Advertisement