License |
License
The Apache License, Version 2.0
https://www.apache.org/licenses/LICENSE-2.0.txt
|
---|---|
GroupId | GroupIdio.github.sagar-viradiya |
ArtifactId | ArtifactIdcallback-recyclerview-ktx |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionExtension on Recyclerview's scroll API
A library that wraps Android's callback-based APIs into extension functions which allows writing them in a sequential way within coroutines or observe multiple callbacks through Kotlin flow.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
callback-recyclerview-ktx-1.0.0.pom | |
callback-recyclerview-ktx-1.0.0-sources.jar | 1 KB |
callback-recyclerview-ktx-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-recyclerview-ktx/ -->
<dependency>
<groupId>io.github.sagar-viradiya</groupId>
<artifactId>callback-recyclerview-ktx</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-recyclerview-ktx/
implementation 'io.github.sagar-viradiya:callback-recyclerview-ktx:1.0.0'
// https://jarcasting.com/artifacts/io.github.sagar-viradiya/callback-recyclerview-ktx/
implementation ("io.github.sagar-viradiya:callback-recyclerview-ktx:1.0.0")
'io.github.sagar-viradiya:callback-recyclerview-ktx:aar:1.0.0'
<dependency org="io.github.sagar-viradiya" name="callback-recyclerview-ktx" rev="1.0.0">
<artifact name="callback-recyclerview-ktx" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.sagar-viradiya', module='callback-recyclerview-ktx', version='1.0.0')
)
libraryDependencies += "io.github.sagar-viradiya" % "callback-recyclerview-ktx" % "1.0.0"
[io.github.sagar-viradiya/callback-recyclerview-ktx "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.0 |
Group / Artifact | Type | Version |
---|---|---|
androidx.recyclerview » recyclerview | jar | 1.2.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.0 |