MVVM Library

Android CHU-MVVM-Framework Library

License

License

GroupId

GroupId

com.github.chuangwu
ArtifactId

ArtifactId

mvvm
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

aar
Description

Description

MVVM Library
Android CHU-MVVM-Framework Library

Download mvvm

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.chuangwu/mvvm/ -->
<dependency>
    <groupId>com.github.chuangwu</groupId>
    <artifactId>mvvm</artifactId>
    <version>1.0.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chuangwu/mvvm/
implementation 'com.github.chuangwu:mvvm:1.0.3'
// https://jarcasting.com/artifacts/com.github.chuangwu/mvvm/
implementation ("com.github.chuangwu:mvvm:1.0.3")
'com.github.chuangwu:mvvm:aar:1.0.3'
<dependency org="com.github.chuangwu" name="mvvm" rev="1.0.3">
  <artifact name="mvvm" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chuangwu', module='mvvm', version='1.0.3')
)
libraryDependencies += "com.github.chuangwu" % "mvvm" % "1.0.3"
[com.github.chuangwu/mvvm "1.0.3"]

Dependencies

compile (17)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.50
androidx.appcompat » appcompat jar 1.2.0
com.google.android.material » material jar 1.2.1
androidx.swiperefreshlayout » swiperefreshlayout jar 1.0.0
androidx.lifecycle » lifecycle-extensions jar 2.1.0
androidx.lifecycle » lifecycle-viewmodel-ktx jar 2.2.0
androidx.lifecycle » lifecycle-livedata-ktx jar 2.2.0
org.koin » koin-androidx-viewmodel jar 2.0.1
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.1
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.4.1
androidx.fragment » fragment-ktx jar 1.3.0
androidx.activity » activity-ktx jar 1.2.1
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm jar 1.4.1
androidx.databinding » databinding-common jar 4.0.1
androidx.databinding » databinding-runtime jar 4.0.1
androidx.databinding » databinding-adapters jar 4.0.1
org.jetbrains.kotlin : kotlin-android-extensions-runtime jar 1.3.50

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0