License |
License |
---|---|
GroupId | GroupIdcom.github.VyacheslavShmakin |
ArtifactId | ArtifactIdrx-vmt |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionRxViewModelTask
Simplified task execution by using Android architecture ViewModel & LiveData with RxAndroid library.
|
Project URL |
Project URL |
Filename | Size |
---|---|
rx-vmt-1.3.1.pom | |
rx-vmt-1.3.1.aar | 57 KB |
rx-vmt-1.3.1-sources.jar | 6 KB |
rx-vmt-1.3.1-releaseDokka.jar | 44 KB |
rx-vmt-1.3.1-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
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 |