is not current version
Last Version 1.0.3

com.github.chuangwu:mvvm 1.0.1

Android CHU-MVVM-Framework Library

GroupId

GroupId

com.github.chuangwu
ArtifactId

ArtifactId

mvvm
Version

Version

1.0.1
Type

Type

aar

Download mvvm 1.0.1


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