r

rve

RecyclerView made easier than eas
https://github.com/Android-s14/RecyclerViewElementary
MIT License
Andrey Bolduzev
文件下载
文件名 操作
rve-1.1.4.pom 下载
rve-1.1.4-sources.jar 下载
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'