MVN

com.codersguidebook : recyclerview-fastscroller-with-value-label

Maven & Gradle

Mar 25, 2023
1 stars

recyclerview-fastscroller-with-value-label · A Kotlin-based Android library that creates a fast scroller for RecyclerView widgets. The RecyclerView features a draggable thumb and customisable value label.

<dependency>
    <groupId>com.codersguidebook</groupId>
    <artifactId>recyclerview-fastscroller-with-value-label</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codersguidebook : recyclerview-fastscroller-with-value-label to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.codersguidebook : recyclerview-fastscroller-with-value-label to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
recyclerview-fastscroller-with-value-label-1.0

How to add a dependency to Maven

Add the following com.codersguidebook : recyclerview-fastscroller-with-value-label maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codersguidebook</groupId>
    <artifactId>recyclerview-fastscroller-with-value-label</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codersguidebook : recyclerview-fastscroller-with-value-label gradle dependency to your build.gradle file:

implementation 'com.codersguidebook:recyclerview-fastscroller-with-value-label:1.0'

Gradle Kotlin DSL: Add the following com.codersguidebook : recyclerview-fastscroller-with-value-label gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codersguidebook:recyclerview-fastscroller-with-value-label:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codersguidebook : recyclerview-fastscroller-with-value-label sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codersguidebook" % "recyclerview-fastscroller-with-value-label" % "1.0"