License |
License |
---|---|
GroupId | GroupIdcom.github.skydoves |
ArtifactId | ArtifactIdviewmodel-lifecycle |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionviewmodel-lifecycle
ViewModel Lifecycle allows you to track and observe Jetpack ViewModel's lifecycle changes.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
viewmodel-lifecycle-1.1.0.pom | |
viewmodel-lifecycle-1.1.0.module | 2 KB |
viewmodel-lifecycle-1.1.0-sources.jar | 261 bytes |
viewmodel-lifecycle-1.1.0-javadoc.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>viewmodel-lifecycle</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle/
implementation 'com.github.skydoves:viewmodel-lifecycle:1.1.0'
// https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle/
implementation ("com.github.skydoves:viewmodel-lifecycle:1.1.0")
'com.github.skydoves:viewmodel-lifecycle:aar:1.1.0'
<dependency org="com.github.skydoves" name="viewmodel-lifecycle" rev="1.1.0">
<artifact name="viewmodel-lifecycle" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='viewmodel-lifecycle', version='1.1.0')
)
libraryDependencies += "com.github.skydoves" % "viewmodel-lifecycle" % "1.1.0"
[com.github.skydoves/viewmodel-lifecycle "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.32 |
androidx.appcompat » appcompat | jar | 1.4.1 |