commons-recyclerview

A part of Android libraries suite that contains common functionality found in Android projects.

License

License

GroupId

GroupId

com.paulrybitskyi.commons
ArtifactId

ArtifactId

commons-recyclerview
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

commons-recyclerview
A part of Android libraries suite that contains common functionality found in Android projects.
Project URL

Project URL

https://github.com/mars885/android-commons
Source Code Management

Source Code Management

https://github.com/mars885/android-commons

Download commons-recyclerview

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.31

runtime (2)

Group / Artifact Type Version
com.paulrybitskyi.commons : commons-ktx jar 1.0.4
androidx.recyclerview » recyclerview jar 1.2.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0