R

RippleSplash

Splash screen with ripple animation
https://github.com/toanvc/RippleSplash
Apache 2.0
Toan Chi Vu
文件下载
文件名 操作
RippleSplash-1.0.pom 下载
RippleSplash-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.toanvc</groupId>
  <artifactId>RippleSplash</artifactId>
  <version>1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.toanvc:RippleSplash:1.0'
Gradle Kotlin
implementation("com.github.toanvc:RippleSplash:1.0")
Scala SBT
libraryDependencies += "com.github.toanvc" % "RippleSplash" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.toanvc', module='RippleSplash', version='1.0')
)
Apache Ivy
<dependency org="com.github.toanvc" name="RippleSplash" rev="1.0" />
Leiningen
[com.github.toanvc/RippleSplash "1.0"]
Apache Buildr
'com.github.toanvc:RippleSplash:jar:1.0'