is not current version
Last Version 1.0.7

com.github.crazyclownsola:recycler_container 1.0.3

Android RecyclerView with Pull to Refresh and LoadMore.

Categories

Categories

Container
GroupId

GroupId

com.github.crazyclownsola
ArtifactId

ArtifactId

recycler_container
Version

Version

1.0.3
Type

Type

jar

Download recycler_container 1.0.3


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