-
Notifications
You must be signed in to change notification settings - Fork 58
Quick Start
Alexander Dadukin edited this page Apr 27, 2019
·
1 revision
Welcome to the ExpandableBottomBar wiki! I really appreciate u're using this library 😄 Hopefully, u'll find all required features there.
Library is hosted at JCenter
and supported by gradle, maven and ivy
- Maven
<dependency>
<groupId>com.github.st235</groupId>
<artifactId>expandablebottombar</artifactId>
<version>X.X</version>
<type>pom</type>
</dependency>
- Gradle
implementation 'com.github.st235:expandablebottombar:X.X'
- Ivy
<dependency org='com.github.st235' name='expandablebottombar' rev='X.X'>
<artifact name='expandablebottombar' ext='pom' ></artifact>
</dependency>