is not current version
Last Version 0.0.3

com.github.pwittchen:infinitescroll 0.0.1

InfiniteScrollListener for RecyclerView in Android

GroupId

GroupId

com.github.pwittchen
ArtifactId

ArtifactId

infinitescroll
Version

Version

0.0.1
Type

Type

aar

Download infinitescroll 0.0.1


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