is not current version
Last Version 1.0.2

com.paulrybitskyi.commons:commons-recyclerview 1.0.1

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

GroupId

GroupId

com.paulrybitskyi.commons
ArtifactId

ArtifactId

commons-recyclerview
Version

Version

1.0.1
Type

Type

aar

Download commons-recyclerview 1.0.1


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