Android MVVM library, module mvvm-presentation

Android ViewModel with "clean architecture" and React states.

License

License

GroupId

GroupId

com.github.asuslennikov
ArtifactId

ArtifactId

mvvm-presentation
Last Version

Last Version

0.8.31
Release Date

Release Date

Type

Type

aar
Description

Description

Android MVVM library, module mvvm-presentation
Android ViewModel with "clean architecture" and React states.
Project URL

Project URL

https://github.com/asuslennikov/mvvm
Source Code Management

Source Code Management

https://github.com/asuslennikov/mvvm

Download mvvm-presentation

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
io.reactivex.rxjava2 : rxandroid jar 2.1.0
androidx.lifecycle » lifecycle-extensions jar 2.0.0
androidx.lifecycle » lifecycle-common-java8 jar 2.0.0
javax.inject : javax.inject jar 1
com.github.asuslennikov : mvvm-api jar 0.8.31
io.reactivex.rxjava2 : rxjava jar 2.2.7
androidx.appcompat » appcompat jar 1.0.2
androidx.databinding » databinding-common jar 3.5.1
androidx.databinding » databinding-runtime jar 3.5.1
androidx.databinding » databinding-adapters jar 3.5.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.31
0.8.30
0.8.20