License |
License |
---|---|
GroupId | GroupIdio.github.dokar3 |
ArtifactId | ArtifactIdlazyrecycler |
Version | Version0.3.1 |
Type | Typepom |
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.3.1.pom | |
lazyrecycler-0.3.1-release.aar | 87 KB |
lazyrecycler-0.3.1-release-sources.jar | 18 KB |
lazyrecycler-0.3.1-release-javadoc.jar | 365 KB |
lazyrecycler-0.3.1-debug.aar | 92 KB |
lazyrecycler-0.3.1-debug-sources.jar | 18 KB |
lazyrecycler-0.3.1-debug-javadoc.jar | 365 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/ -->
<dependency>
<groupId>io.github.dokar3</groupId>
<artifactId>lazyrecycler</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/
implementation 'io.github.dokar3:lazyrecycler:0.3.1'
// https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler/
implementation ("io.github.dokar3:lazyrecycler:0.3.1")
'io.github.dokar3:lazyrecycler:pom:0.3.1'
<dependency org="io.github.dokar3" name="lazyrecycler" rev="0.3.1">
<artifact name="lazyrecycler" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dokar3', module='lazyrecycler', version='0.3.1')
)
libraryDependencies += "io.github.dokar3" % "lazyrecycler" % "0.3.1"
[io.github.dokar3/lazyrecycler "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib Optional | jar | 1.6.10 |
androidx.recyclerview » recyclerview Optional | jar | 1.2.1 |
androidx.databinding » viewbinding Optional | jar | 7.1.2 |