MVN

com.github.d-max : spots-dialog

Maven & Gradle

Nov 26, 2015
1k stars

spots progress dialog · Android AlertDialog with moving spots progress indicator

<dependency>
    <groupId>com.github.d-max</groupId>
    <artifactId>spots-dialog</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.d-max : spots-dialog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of com.github.d-max : spots-dialog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
spots-dialog-0.7
0.6
spots-dialog-0.6-bt22
spots-dialog-0.6
0.5
spots-dialog-0.5
0.4
spots-dialog-0.4
0.3
spots-dialog-0.3
0.2
spots-dialog-0.2
0.1
spots-dialog-0.1

How to add a dependency to Maven

Add the following com.github.d-max : spots-dialog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.d-max</groupId>
    <artifactId>spots-dialog</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.d-max : spots-dialog gradle dependency to your build.gradle file:

implementation 'com.github.d-max:spots-dialog:0.7'

Gradle Kotlin DSL: Add the following com.github.d-max : spots-dialog gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.d-max:spots-dialog:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.d-max : spots-dialog sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.d-max" % "spots-dialog" % "0.7"

Advertisement