MVN

pro.respawn.flowmvi : essenty-jvm

Maven & Gradle

Mar 09, 2024
231 stars

flowmvi · A Kotlin Multiplatform MVI library based on coroutines with a powerful plugin system

<dependency>
    <groupId>pro.respawn.flowmvi</groupId>
    <artifactId>essenty-jvm</artifactId>
    <version>2.5.0-alpha02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5.0-alpha02
  • Latest Alpha: 2.5.0-alpha02

All Versions

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

Version Vulnerabilities Updated
2.5.x
essenty-jvm-2.5.0-alpha02

How to add a dependency to Maven

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

<dependency>
    <groupId>pro.respawn.flowmvi</groupId>
    <artifactId>essenty-jvm</artifactId>
    <version>2.5.0-alpha02</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'pro.respawn.flowmvi:essenty-jvm:2.5.0-alpha02'

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

implementation("pro.respawn.flowmvi:essenty-jvm:2.5.0-alpha02")

How to add a dependency to SBT Scala

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

libraryDependencies += "pro.respawn.flowmvi" % "essenty-jvm" % "2.5.0-alpha02"