shinebutton
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sackcentury</groupId> <artifactId>shinebutton</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.sackcentury</groupId> <artifactId>shinebutton</artifactId> <version>1.0.0</version> <packaging>aar</packaging> <name>ShineButton</name> <description>This is a UI lib for Android. Effects like shining.</description> <url>https://github.com/ChadCSong/ShineButton</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://raw.githubusercontent.com/ChadCSong/ShineButton/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>ChadCSong</id> <name>Song Chao</name> </developer> </developers> <scm> <connection>scm:git@github.com:ChadCSong/ShineButton.git</connection> <developerConnection>scm:git@github.com:ChadCSong/ShineButton.git</developerConnection> <url>https://github.com/ChadCSong/ShineButton.git</url> </scm> <dependencies> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.daasuu</groupId> <artifactId>EasingInterpolator</artifactId> <version>1.3.0</version> <scope>compile</scope> </dependency> </dependencies> </project>