License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.skydoves |
ArtifactId | ArtifactIdviewmodel-lifecycle-rxkotlin3 |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionviewmodel-lifecycle-rxkotlin3
ViewModel Lifecycle allows you to track and observe Jetpack ViewModel's lifecycle changes.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle-rxkotlin3/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>viewmodel-lifecycle-rxkotlin3</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle-rxkotlin3/
implementation 'com.github.skydoves:viewmodel-lifecycle-rxkotlin3:1.1.0'
// https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle-rxkotlin3/
implementation ("com.github.skydoves:viewmodel-lifecycle-rxkotlin3:1.1.0")
'com.github.skydoves:viewmodel-lifecycle-rxkotlin3:aar:1.1.0'
<dependency org="com.github.skydoves" name="viewmodel-lifecycle-rxkotlin3" rev="1.1.0">
<artifact name="viewmodel-lifecycle-rxkotlin3" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='viewmodel-lifecycle-rxkotlin3', version='1.1.0')
)
libraryDependencies += "com.github.skydoves" % "viewmodel-lifecycle-rxkotlin3" % "1.1.0"
[com.github.skydoves/viewmodel-lifecycle-rxkotlin3 "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.skydoves : viewmodel-lifecycle | jar | 1.1.0 |
io.reactivex.rxjava3 : rxkotlin | jar | 3.0.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.4.1 |