Last Version

com.github.iwgang:familiarrecyclerview 1.3.5

A library to work with RecyclerView as easily as if you'd use ListView or GridView.

GroupId

GroupId

com.github.iwgang
ArtifactId

ArtifactId

familiarrecyclerview
Version

Version

1.3.5
Type

Type

aar

Download familiarrecyclerview 1.3.5


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