e

expandablebottombar

A new way to improve navigation in your app.
https://github.com/st235/ExpandableBottomBar
The MIT License
Alex Dadukin
文件下载
文件名 操作
expandablebottombar-1.5.4.pom 下载
expandablebottombar-1.5.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.st235</groupId>
  <artifactId>expandablebottombar</artifactId>
  <version>1.5.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.st235:expandablebottombar:1.5.4'
Gradle Kotlin
implementation("com.github.st235:expandablebottombar:1.5.4")
Scala SBT
libraryDependencies += "com.github.st235" % "expandablebottombar" % "1.5.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.st235', module='expandablebottombar', version='1.5.4')
)
Apache Ivy
<dependency org="com.github.st235" name="expandablebottombar" rev="1.5.4" />
Leiningen
[com.github.st235/expandablebottombar "1.5.4"]
Apache Buildr
'com.github.st235:expandablebottombar:jar:1.5.4'