is not current version
Last Version 0.8.31

com.github.asuslennikov:mvvm-api 0.8.20

Android ViewModel with "clean architecture" and React states.

GroupId

GroupId

com.github.asuslennikov
ArtifactId

ArtifactId

mvvm-api
Version

Version

0.8.20
Type

Type

jar

Download mvvm-api 0.8.20


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