License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.skydoves |
ArtifactId | ArtifactIdviewmodel-lifecycle-rxkotlin2 |
Version | Version1.1.0 |
Type | Typeaar |
Description |
Descriptionviewmodel-lifecycle-rxkotlin2
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-rxkotlin2/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>viewmodel-lifecycle-rxkotlin2</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle-rxkotlin2/
implementation 'com.github.skydoves:viewmodel-lifecycle-rxkotlin2:1.1.0'
// https://jarcasting.com/artifacts/com.github.skydoves/viewmodel-lifecycle-rxkotlin2/
implementation ("com.github.skydoves:viewmodel-lifecycle-rxkotlin2:1.1.0")
'com.github.skydoves:viewmodel-lifecycle-rxkotlin2:aar:1.1.0'
<dependency org="com.github.skydoves" name="viewmodel-lifecycle-rxkotlin2" rev="1.1.0">
<artifact name="viewmodel-lifecycle-rxkotlin2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='viewmodel-lifecycle-rxkotlin2', version='1.1.0')
)
libraryDependencies += "com.github.skydoves" % "viewmodel-lifecycle-rxkotlin2" % "1.1.0"
[com.github.skydoves/viewmodel-lifecycle-rxkotlin2 "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.skydoves : viewmodel-lifecycle | jar | 1.1.0 |
io.reactivex.rxjava2 : rxkotlin | jar | 2.4.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.4.1 |