MVN

dev.icerock.moko : mvvm-livedata-material

Maven & Gradle

Apr 21, 2023
974 stars

MOKO mvvm · Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development

<dependency>
    <groupId>dev.icerock.moko</groupId>
    <artifactId>mvvm-livedata-material</artifactId>
    <version>0.16.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.icerock.moko : mvvm-livedata-material to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.1

All Versions

Choose a version of dev.icerock.moko : mvvm-livedata-material to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
mvvm-livedata-material-0.16.1
mvvm-livedata-material-0.16.0
0.15.x
mvvm-livedata-material-0.15.0
0.14.x
mvvm-livedata-material-0.14.0
0.13.x
mvvm-livedata-material-0.13.1
mvvm-livedata-material-0.13.0
0.12.x
mvvm-livedata-material-0.12.0
0.11.x
mvvm-livedata-material-0.11.0
0.10.x
mvvm-livedata-material-0.10.1
mvvm-livedata-material-0.10.0
0.9.x
mvvm-livedata-material-0.9.2

How to add a dependency to Maven

Add the following dev.icerock.moko : mvvm-livedata-material maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.icerock.moko</groupId>
    <artifactId>mvvm-livedata-material</artifactId>
    <version>0.16.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.icerock.moko : mvvm-livedata-material gradle dependency to your build.gradle file:

implementation 'dev.icerock.moko:mvvm-livedata-material:0.16.1'

Gradle Kotlin DSL: Add the following dev.icerock.moko : mvvm-livedata-material gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.icerock.moko:mvvm-livedata-material:0.16.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.icerock.moko : mvvm-livedata-material sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.icerock.moko" % "mvvm-livedata-material" % "0.16.1"

Advertisement