MVN

com.hannesdorfmann.mosby3 : mvi-common

Maven & Gradle

Dec 17, 2018
2 usages
5.4k stars

Mosby mvi-common · Containing the common interfaces of mosby mvi

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

Latest Version

Choose a version of com.hannesdorfmann.mosby3 : mvi-common 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-common to add to Maven or Gradle - All Versions:

  • Version Updated
  • mvi-common-3.1.1

    Dec 17, 2018
  • mvi-common-3.1.0

    Nov 28, 2017
  • mvi-common-3.0.4

    May 15, 2017
  • mvi-common-3.0.3

    Apr 20, 2017
  • mvi-common-3.0.2

    Mar 31, 2017
  • mvi-common-3.0.1

    Mar 29, 2017
  • mvi-common-3.0.0

    Mar 11, 2017
  • mvi-common-3.0.0-alpha4

    Feb 03, 2017
  • mvi-common-3.0.0-alpha3

    Jan 29, 2017

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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