Last Version

LazyRecycler 0.3.2

A library that provides LazyColumn like apis to build lists with RecyclerView.

License

License

GroupId

GroupId

io.github.dokar3
ArtifactId

ArtifactId

lazyrecycler
Version

Version

0.3.2
Type

Type

pom
Description

Description

LazyRecycler
A library that provides LazyColumn like apis to build lists with RecyclerView.
Project URL

Project URL

https://github.com/dokar3/LazyRecycler
Source Code Management

Source Code Management

https://github.com/dokar3/LazyRecycler

Download lazyrecycler 0.3.2


<!-- https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/ -->
<dependency>
    <groupId>io.github.dokar3</groupId>
    <artifactId>lazyrecycler</artifactId>
    <version>0.3.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/
implementation 'io.github.dokar3:lazyrecycler:0.3.2'
// https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/
implementation ("io.github.dokar3:lazyrecycler:0.3.2")
'io.github.dokar3:lazyrecycler:pom:0.3.2'
<dependency org="io.github.dokar3" name="lazyrecycler" rev="0.3.2">
  <artifact name="lazyrecycler" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dokar3', module='lazyrecycler', version='0.3.2')
)
libraryDependencies += "io.github.dokar3" % "lazyrecycler" % "0.3.2"
[io.github.dokar3/lazyrecycler "0.3.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib Optional jar 1.6.21
androidx.recyclerview » recyclerview Optional jar 1.2.1
androidx.databinding » viewbinding Optional jar 7.2.0

Project Modules

There are no modules declared in this project.