d

dpadrecyclerview

A RecyclerView built for Android TV as a replacement for Leanback's BaseGridView
https://github.com/rubensousa/dpadrecyclerview
The Apache Software License, Version 2.0
Rúben Sousa
Files download
File Operation
dpadrecyclerview-1.3.0-alpha02.pom download
dpadrecyclerview-1.3.0-alpha02-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rubensousa.dpadrecyclerview</groupId>
  <artifactId>dpadrecyclerview</artifactId>
  <version>1.3.0-alpha02</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.rubensousa.dpadrecyclerview:dpadrecyclerview:1.3.0-alpha02'
Gradle Kotlin
implementation("com.rubensousa.dpadrecyclerview:dpadrecyclerview:1.3.0-alpha02")
Scala SBT
libraryDependencies += "com.rubensousa.dpadrecyclerview" % "dpadrecyclerview" % "1.3.0-alpha02"
Groovy Grape
@Grapes(
  @Grab(group='com.rubensousa.dpadrecyclerview', module='dpadrecyclerview', version='1.3.0-alpha02')
)
Apache Ivy
<dependency org="com.rubensousa.dpadrecyclerview" name="dpadrecyclerview" rev="1.3.0-alpha02" />
Leiningen
[com.rubensousa.dpadrecyclerview/dpadrecyclerview "1.3.0-alpha02"]
Apache Buildr
'com.rubensousa.dpadrecyclerview:dpadrecyclerview:jar:1.3.0-alpha02'