MVN

com.leinardi.android : speed-dial

Maven & Gradle

May 14, 2022
1.4k stars

speed-dial · Android library providing an implementation of the Material Design Floating Action Button Speed Dial pattern.

<dependency>
    <groupId>com.leinardi.android</groupId>
    <artifactId>speed-dial</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.leinardi.android : speed-dial to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0

All Versions

Choose a version of com.leinardi.android : speed-dial to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
speed-dial-3.3.0
3.2.x
speed-dial-3.2.0

How to add a dependency to Maven

Add the following com.leinardi.android : speed-dial maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.leinardi.android</groupId>
    <artifactId>speed-dial</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.leinardi.android : speed-dial gradle dependency to your build.gradle file:

implementation 'com.leinardi.android:speed-dial:3.3.0'

Gradle Kotlin DSL: Add the following com.leinardi.android : speed-dial gradle kotlin dependency to your build.gradle.kts file:

implementation("com.leinardi.android:speed-dial:3.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.leinardi.android : speed-dial sbt scala dependency to your build.sbt file:

libraryDependencies += "com.leinardi.android" % "speed-dial" % "3.3.0"

Advertisement