MVN

com.cleveroad : loopbar

Maven & Gradle

Jul 31, 2019
745 stars

LoopBar -- Tab Bar with Infinite Scrolling · At Cleveroad we’ve recently come to realize that navigation through categories in an app using nothing but a navigation panel is pretty boring and trivial. That’s why, armed with our designer’s creativity, we introduce you our new component for Android-based applications -- LoopBar. The idea was to make the navigation menu right at fingerprints, in a tab bar. What's more the view has a few specific features that make it stand out from the crowd of similar ones. So, try out the LoopBar library in your app and you’ll see the difference.

<dependency>
    <groupId>com.cleveroad</groupId>
    <artifactId>loopbar</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cleveroad : loopbar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.cleveroad : loopbar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
loopbar-1.2.0
1.1.x
loopbar-1.1.4
loopbar-1.1.3
loopbar-1.1.2
loopbar-1.1.1
loopbar-1.1.0
1.0.x
loopbar-1.0.1
loopbar-1.0.0

How to add a dependency to Maven

Add the following com.cleveroad : loopbar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cleveroad</groupId>
    <artifactId>loopbar</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cleveroad : loopbar gradle dependency to your build.gradle file:

implementation 'com.cleveroad:loopbar:1.2.0'

Gradle Kotlin DSL: Add the following com.cleveroad : loopbar gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cleveroad:loopbar:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cleveroad : loopbar sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cleveroad" % "loopbar" % "1.2.0"

Advertisement