is not current version
Last Version 1.0.2

io.github.ztind:mvvm 1.0.1

安卓mvvm+jetpack 库封装

GroupId

GroupId

io.github.ztind
ArtifactId

ArtifactId

mvvm
Version

Version

1.0.1
Type

Type

aar

Download mvvm 1.0.1


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