Skip to content

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.

Setup

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>
Clone this wiki locally