viewmodel-lifecycle-coroutines

ViewModel Lifecycle allows you to track and observe Jetpack ViewModel's lifecycle changes.

License

License

GroupId

GroupId

com.github.skydoves
ArtifactId

ArtifactId

viewmodel-lifecycle-coroutines
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

viewmodel-lifecycle-coroutines
ViewModel Lifecycle allows you to track and observe Jetpack ViewModel's lifecycle changes.
Project URL

Project URL

https://github.com/skydoves/viewmodel-lifecycle/
Source Code Management

Source Code Management

https://github.com/skydoves/viewmodel-lifecycle/

Download viewmodel-lifecycle-coroutines

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.skydoves : viewmodel-lifecycle jar 1.1.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

runtime (2)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.4.1
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.5.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.2
1.0.1
1.0.0