s

shinebutton

This is a UI lib for Android. Effects like shining.
https://github.com/ChadCSong/ShineButton
The MIT License (MIT)
Song Chao
Files download
File Operation
shinebutton-1.0.0.pom download
shinebutton-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sackcentury</groupId>
  <artifactId>shinebutton</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.sackcentury:shinebutton:1.0.0'
Gradle Kotlin
implementation("com.sackcentury:shinebutton:1.0.0")
Scala SBT
libraryDependencies += "com.sackcentury" % "shinebutton" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sackcentury', module='shinebutton', version='1.0.0')
)
Apache Ivy
<dependency org="com.sackcentury" name="shinebutton" rev="1.0.0" />
Leiningen
[com.sackcentury/shinebutton "1.0.0"]
Apache Buildr
'com.sackcentury:shinebutton:jar:1.0.0'