MVN

co.infinum : IndicatorSeekBar

Maven & Gradle

Apr 27, 2021
1 stars

IndicatorSeekBar · Modification of https://github.com/warkiz/IndicatorSeekBar which allows adding custom tick positions

<dependency>
    <groupId>co.infinum</groupId>
    <artifactId>IndicatorSeekBar</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.infinum : IndicatorSeekBar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of co.infinum : IndicatorSeekBar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
IndicatorSeekBar-2.1.2

How to add a dependency to Maven

Add the following co.infinum : IndicatorSeekBar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.infinum</groupId>
    <artifactId>IndicatorSeekBar</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.infinum : IndicatorSeekBar gradle dependency to your build.gradle file:

implementation 'co.infinum:IndicatorSeekBar:2.1.2'

Gradle Kotlin DSL: Add the following co.infinum : IndicatorSeekBar gradle kotlin dependency to your build.gradle.kts file:

implementation("co.infinum:IndicatorSeekBar:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.infinum : IndicatorSeekBar sbt scala dependency to your build.sbt file:

libraryDependencies += "co.infinum" % "IndicatorSeekBar" % "2.1.2"

Advertisement