RecyclerView

android recyclerview sugar

License

License

GroupId

GroupId

io.github.jackdevlab
ArtifactId

ArtifactId

recyclerview
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

RecyclerView
android recyclerview sugar
Project URL

Project URL

https://github.com/jackdevlab/
Source Code Management

Source Code Management

https://github.com/jackdevlab/recyclerview/

Download recyclerview

How to add to project

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

Dependencies

compile (3)

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

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.6.1
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.6.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0