is not current version
Last Version 0.3.2

io.github.dokar3:lazyrecycler 0.1.1

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

GroupId

GroupId

io.github.dokar3
ArtifactId

ArtifactId

lazyrecycler
Version

Version

0.1.1
Type

Type

aar

Download lazyrecycler 0.1.1


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