is not current version
Last Version 1.4

io.github.shashank1800:com-shahankbhat-recyclergenericadapter 1.1

This is an Android library used to avoid writing an adapter for your RecyclerView every time and write less code to populate RecyclerView with any type of model and with any layout.

GroupId

GroupId

io.github.shashank1800
ArtifactId

ArtifactId

com-shahankbhat-recyclergenericadapter
Version

Version

1.1
Type

Type

aar

Download com-shahankbhat-recyclergenericadapter 1.1


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