is not current version
Last Version 1.1.0

com.github.skydoves:viewmodel-lifecycle-coroutines 1.0.1

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

GroupId

GroupId

com.github.skydoves
ArtifactId

ArtifactId

viewmodel-lifecycle-coroutines
Version

Version

1.0.1
Type

Type

aar

Download viewmodel-lifecycle-coroutines 1.0.1


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