is not current version
Last Version 1.0.2

io.github.ztind:mvvm v1.0.0

安卓mvvm+jetpack 库封装

GroupId

GroupId

io.github.ztind
ArtifactId

ArtifactId

mvvm
Version

Version

v1.0.0
Type

Type

aar

Download mvvm v1.0.0


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