MVN

com.klinkerapps : android-actionbutton

Maven & Gradle

Oct 18, 2014
35 stars

Android Action Button · Library replicating Google's material design standard for floating buttons

<dependency>
    <groupId>com.klinkerapps</groupId>
    <artifactId>android-actionbutton</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.klinkerapps : android-actionbutton to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.klinkerapps : android-actionbutton to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
android-actionbutton-1.0.1
android-actionbutton-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.klinkerapps</groupId>
    <artifactId>android-actionbutton</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.klinkerapps : android-actionbutton gradle dependency to your build.gradle file:

implementation 'com.klinkerapps:android-actionbutton:1.0.1'

Gradle Kotlin DSL: Add the following com.klinkerapps : android-actionbutton gradle kotlin dependency to your build.gradle.kts file:

implementation("com.klinkerapps:android-actionbutton:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.klinkerapps : android-actionbutton sbt scala dependency to your build.sbt file:

libraryDependencies += "com.klinkerapps" % "android-actionbutton" % "1.0.1"

Advertisement

Dependencies from Group

May 10, 2019
2 usages
684 stars
Nov 18, 2017
2 usages
18.6k stars
Feb 06, 2017
1 usages
46 stars
Oct 28, 2016
1 usages
504 stars
Feb 08, 2017
1 usages
7 stars

Discover Dependencies