MVN

pro.respawn.flowmvi : core-jvm

Maven & Gradle

Aug 21, 2023
229 stars

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

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

Latest Version

Choose a version of pro.respawn.flowmvi : core-jvm 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 : core-jvm to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>pro.respawn.flowmvi</groupId>
    <artifactId>core-jvm</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'pro.respawn.flowmvi:core-jvm:1.1.4'

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

implementation("pro.respawn.flowmvi:core-jvm:1.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "pro.respawn.flowmvi" % "core-jvm" % "1.1.4"