| License |
License |
|---|---|
| Categories |
CategoriesContainer |
| GroupId | GroupIdcom.github.crazyclownsola |
| ArtifactId | ArtifactIdrecycler_container |
| Last Version | Last Version1.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRecyclerView Container Library
Android RecyclerView with Pull to Refresh and LoadMore.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| recycler_container-1.0.7.pom | |
| recycler_container-1.0.7.jar | 26 KB |
| recycler_container-1.0.7-sources.jar | 15 KB |
| recycler_container-1.0.7-javadoc.jar | 85 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.crazyclownsola/recycler_container/ -->
<dependency>
<groupId>com.github.crazyclownsola</groupId>
<artifactId>recycler_container</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crazyclownsola/recycler_container/
implementation 'com.github.crazyclownsola:recycler_container:1.0.7'
// https://jarcasting.com/artifacts/com.github.crazyclownsola/recycler_container/
implementation ("com.github.crazyclownsola:recycler_container:1.0.7")
'com.github.crazyclownsola:recycler_container:jar:1.0.7'
<dependency org="com.github.crazyclownsola" name="recycler_container" rev="1.0.7">
<artifact name="recycler_container" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crazyclownsola', module='recycler_container', version='1.0.7')
)
libraryDependencies += "com.github.crazyclownsola" % "recycler_container" % "1.0.7"
[com.github.crazyclownsola/recycler_container "1.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » recyclerview-v7 | jar | 23.0.0 |