RxViewModelTask

Simplified task execution by using Android architecture ViewModel & LiveData with RxAndroid library.

License

License

GroupId

GroupId

com.github.VyacheslavShmakin
ArtifactId

ArtifactId

rx-vmt
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

aar
Description

Description

RxViewModelTask
Simplified task execution by using Android architecture ViewModel & LiveData with RxAndroid library.
Project URL

Project URL

https://github.com/VyacheslavShmakin/RxViewModelTask

Download rx-vmt

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.41
androidx.appcompat » appcompat jar 1.0.2
io.reactivex.rxjava2 : rxandroid jar 2.1.1
io.reactivex.rxjava2 : rxjava jar 2.2.11
androidx.lifecycle » lifecycle-extensions jar 2.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0