MVN

com.barelogics : sahana.customButton

Maven & Gradle

Apr 28, 2023

sahana.customButton · CustomButton(custom button) is an easy android library to customize button color for different button states(pressed,disabled..etc) without selector creation and also you can add left/right icon easily to it.

<dependency>
    <groupId>com.barelogics</groupId>
    <artifactId>sahana.customButton</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.barelogics : sahana.customButton to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of com.barelogics : sahana.customButton to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
sahana.customButton-1.7
1.6
sahana.customButton-1.6
1.5
sahana.customButton-1.5
1.4
sahana.customButton-1.4
1.3
sahana.customButton-1.3
1.2
sahana.customButton-1.2
1.1
sahana.customButton-1.1
1.0
sahana.customButton-1.0

How to add a dependency to Maven

Add the following com.barelogics : sahana.customButton maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.barelogics</groupId>
    <artifactId>sahana.customButton</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.barelogics : sahana.customButton gradle dependency to your build.gradle file:

implementation 'com.barelogics:sahana.customButton:1.7'

Gradle Kotlin DSL: Add the following com.barelogics : sahana.customButton gradle kotlin dependency to your build.gradle.kts file:

implementation("com.barelogics:sahana.customButton:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.barelogics : sahana.customButton sbt scala dependency to your build.sbt file:

libraryDependencies += "com.barelogics" % "sahana.customButton" % "1.7"

Advertisement