MVN

com.hannesdorfmann.mosby3 : mvi

Maven & Gradle

Dec 17, 2018
5.4k stars

Mosby Model-View-Intent · A Model-View-Presenter library for Android apps

<dependency>
    <groupId>com.hannesdorfmann.mosby3</groupId>
    <artifactId>mvi</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hannesdorfmann.mosby3 : mvi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1
  • Latest Alpha: 3.0.0-alpha4

All Versions

Choose a version of com.hannesdorfmann.mosby3 : mvi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
mvi-3.1.1
mvi-3.1.0
3.0.x
mvi-3.0.4
mvi-3.0.3
mvi-3.0.2
mvi-3.0.1
mvi-3.0.0
mvi-3.0.0-alpha4
mvi-3.0.0-alpha3
mvi-3.0.0-alpha2
mvi-3.0.0-alpha1

How to add a dependency to Maven

Add the following com.hannesdorfmann.mosby3 : mvi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hannesdorfmann.mosby3</groupId>
    <artifactId>mvi</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hannesdorfmann.mosby3 : mvi gradle dependency to your build.gradle file:

implementation 'com.hannesdorfmann.mosby3:mvi:3.1.1'

Gradle Kotlin DSL: Add the following com.hannesdorfmann.mosby3 : mvi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hannesdorfmann.mosby3:mvi:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hannesdorfmann.mosby3 : mvi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hannesdorfmann.mosby3" % "mvi" % "3.1.1"

Advertisement