MVN

com.github.medyo : fancybuttons

Maven & Gradle

May 09, 2016
1.7k stars

fancybuttons · An Android library to easily create fancy buttons without the need of drawable files.

<dependency>
    <groupId>com.github.medyo</groupId>
    <artifactId>fancybuttons</artifactId>
    <version>1.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.medyo : fancybuttons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.1

All Versions

Choose a version of com.github.medyo : fancybuttons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
fancybuttons-1.8.1
1.8
fancybuttons-1.8
1.7
fancybuttons-1.7
1.6
fancybuttons-1.6
1.5
fancybuttons-1.5
1.4
fancybuttons-1.4
1.3
fancybuttons-1.3
1.2
fancybuttons-1.2
1.1
fancybuttons-1.1
1.0
fancybuttons-1.0

How to add a dependency to Maven

Add the following com.github.medyo : fancybuttons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.medyo</groupId>
    <artifactId>fancybuttons</artifactId>
    <version>1.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.medyo : fancybuttons gradle dependency to your build.gradle file:

implementation 'com.github.medyo:fancybuttons:1.8.1'

Gradle Kotlin DSL: Add the following com.github.medyo : fancybuttons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.medyo:fancybuttons:1.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.medyo : fancybuttons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.medyo" % "fancybuttons" % "1.8.1"

Advertisement