r

recyclerELE

Android Library for easy addition of Empty, Loading and Error views in a RecyclerView
https://github.com/the-cybersapien/RecyclerELE
The Apache Software License, Version 2.0
Aditya Aggarwal
Files download
File Operation
recyclerELE-v1.0.pom download
recyclerELE-v1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.the-cybersapien</groupId>
  <artifactId>recyclerELE</artifactId>
  <version>v1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.the-cybersapien:recyclerELE:v1.0'
Gradle Kotlin
implementation("com.github.the-cybersapien:recyclerELE:v1.0")
Scala SBT
libraryDependencies += "com.github.the-cybersapien" % "recyclerELE" % "v1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.the-cybersapien', module='recyclerELE', version='v1.0')
)
Apache Ivy
<dependency org="com.github.the-cybersapien" name="recyclerELE" rev="v1.0" />
Leiningen
[com.github.the-cybersapien/recyclerELE "v1.0"]
Apache Buildr
'com.github.the-cybersapien:recyclerELE:jar:v1.0'