| License |
License |
|---|---|
| GroupId | GroupIdio.github.dokar3 |
| ArtifactId | ArtifactIdlazyrecycler |
| Version | Version0.2.1 |
| Type | Typeaar |
| Description |
DescriptionLazyRecycler
A library that provides LazyColumn like apis to build lists with RecyclerView.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lazyrecycler-0.2.1.pom | |
| lazyrecycler-0.2.1.aar | 61 KB |
| lazyrecycler-0.2.1-sources.jar | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/ -->
<dependency>
<groupId>io.github.dokar3</groupId>
<artifactId>lazyrecycler</artifactId>
<version>0.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/
implementation 'io.github.dokar3:lazyrecycler:0.2.1'
// https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/
implementation ("io.github.dokar3:lazyrecycler:0.2.1")
'io.github.dokar3:lazyrecycler:aar:0.2.1'
<dependency org="io.github.dokar3" name="lazyrecycler" rev="0.2.1">
<artifact name="lazyrecycler" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dokar3', module='lazyrecycler', version='0.2.1')
)
libraryDependencies += "io.github.dokar3" % "lazyrecycler" % "0.2.1"
[io.github.dokar3/lazyrecycler "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.30 |
| androidx.recyclerview » recyclerview | jar | 1.1.0 |
| androidx.databinding » viewbinding | jar | 4.2.2 |