s

smart-snackbar

snackbar that can show at top and custom style developed by zhiqiang.zhu.
https://github.com/vincent-series/smart-show
The Apache License, Version 2.0
zhiqiang.zhu
Files download
File Operation
smart-snackbar-4.1.2.pom download
smart-snackbar-4.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.vincent-series</groupId>
  <artifactId>smart-snackbar</artifactId>
  <version>4.1.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.vincent-series:smart-snackbar:4.1.2'
Gradle Kotlin
implementation("io.github.vincent-series:smart-snackbar:4.1.2")
Scala SBT
libraryDependencies += "io.github.vincent-series" % "smart-snackbar" % "4.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.vincent-series', module='smart-snackbar', version='4.1.2')
)
Apache Ivy
<dependency org="io.github.vincent-series" name="smart-snackbar" rev="4.1.2" />
Leiningen
[io.github.vincent-series/smart-snackbar "4.1.2"]
Apache Buildr
'io.github.vincent-series:smart-snackbar:jar:4.1.2'