is not current version
Last Version 1.1.0

com.github.skydoves:viewmodel-lifecycle 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
Version

Version

1.0.1
Type

Type

aar

Download viewmodel-lifecycle 1.0.1


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