MVN

com.rubensousa.dpadrecyclerview : dpadrecyclerview

Maven & Gradle

Aug 04, 2023
99 stars

dpadrecyclerview · A RecyclerView built for Android TV as a replacement for Leanback's BaseGridView

<dependency>
    <groupId>com.rubensousa.dpadrecyclerview</groupId>
    <artifactId>dpadrecyclerview</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rubensousa.dpadrecyclerview : dpadrecyclerview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 1.0.0-rc01
  • Latest Beta: 1.0.0-beta03
  • Latest Alpha: 1.1.0-alpha03

All Versions

Choose a version of com.rubensousa.dpadrecyclerview : dpadrecyclerview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
dpadrecyclerview-1.1.0-alpha03
dpadrecyclerview-1.1.0-alpha02
dpadrecyclerview-1.1.0-alpha01
1.0.x
dpadrecyclerview-1.0.0
dpadrecyclerview-1.0.0-rc01
dpadrecyclerview-1.0.0-beta03
dpadrecyclerview-1.0.0-beta02
dpadrecyclerview-1.0.0-beta01
dpadrecyclerview-1.0.0-alpha05
dpadrecyclerview-1.0.0-alpha04
dpadrecyclerview-1.0.0-alpha03
dpadrecyclerview-1.0.0-alpha02
dpadrecyclerview-1.0.0-alpha01

How to add a dependency to Maven

Add the following com.rubensousa.dpadrecyclerview : dpadrecyclerview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rubensousa.dpadrecyclerview</groupId>
    <artifactId>dpadrecyclerview</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rubensousa.dpadrecyclerview : dpadrecyclerview gradle dependency to your build.gradle file:

implementation 'com.rubensousa.dpadrecyclerview:dpadrecyclerview:1.0.0'

Gradle Kotlin DSL: Add the following com.rubensousa.dpadrecyclerview : dpadrecyclerview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rubensousa.dpadrecyclerview:dpadrecyclerview:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rubensousa.dpadrecyclerview : dpadrecyclerview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rubensousa.dpadrecyclerview" % "dpadrecyclerview" % "1.0.0"