MVN

me.drakeet.library : androiduiview

Maven & Gradle

Jun 16, 2015

AndroidUIView Library · It's a very simple custom views library according UIButton in iOS, all of the views can be automatically set a pressed effect to a button with a simple background image without writing a selector.xml

<dependency>
    <groupId>me.drakeet.library</groupId>
    <artifactId>androiduiview</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.drakeet.library : androiduiview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of me.drakeet.library : androiduiview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
androiduiview-1.1.2
androiduiview-1.1.0
1.0.x
androiduiview-1.0.0

How to add a dependency to Maven

Add the following me.drakeet.library : androiduiview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.drakeet.library</groupId>
    <artifactId>androiduiview</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.drakeet.library : androiduiview gradle dependency to your build.gradle file:

implementation 'me.drakeet.library:androiduiview:1.1.2'

Gradle Kotlin DSL: Add the following me.drakeet.library : androiduiview gradle kotlin dependency to your build.gradle.kts file:

implementation("me.drakeet.library:androiduiview:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.drakeet.library : androiduiview sbt scala dependency to your build.sbt file:

libraryDependencies += "me.drakeet.library" % "androiduiview" % "1.1.2"

Advertisement