r

rve

RecyclerView made easier than eas
https://github.com/Android-s14/RecyclerViewElementary
MIT License
Andrey Bolduzev
Files download
File Operation
rve-1.1.4.pom download
rve-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.android-s14</groupId>
  <artifactId>rve</artifactId>
  <version>1.1.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.android-s14:rve:1.1.4'
Gradle Kotlin
implementation("com.github.android-s14:rve:1.1.4")
Scala SBT
libraryDependencies += "com.github.android-s14" % "rve" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.android-s14', module='rve', version='1.1.4')
)
Apache Ivy
<dependency org="com.github.android-s14" name="rve" rev="1.1.4" />
Leiningen
[com.github.android-s14/rve "1.1.4"]
Apache Buildr
'com.github.android-s14:rve:jar:1.1.4'