Files download
File Operation
pager-bottom-tab-strip-2.4.0.pom download
pager-bottom-tab-strip-2.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>me.majiajie</groupId>
  <artifactId>pager-bottom-tab-strip</artifactId>
  <version>2.4.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'me.majiajie:pager-bottom-tab-strip:2.4.0'
Gradle Kotlin
implementation("me.majiajie:pager-bottom-tab-strip:2.4.0")
Scala SBT
libraryDependencies += "me.majiajie" % "pager-bottom-tab-strip" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='me.majiajie', module='pager-bottom-tab-strip', version='2.4.0')
)
Apache Ivy
<dependency org="me.majiajie" name="pager-bottom-tab-strip" rev="2.4.0" />
Leiningen
[me.majiajie/pager-bottom-tab-strip "2.4.0"]
Apache Buildr
'me.majiajie:pager-bottom-tab-strip:jar:2.4.0'