MVN

np.com.susanthapa : curved_bottom_navigation

Maven & Gradle

May 08, 2021
196 stars

curved_bottom_navigation · Curved (cut out) bottom navigation implementation in android with animation and AnimatedVectorDrawable support.

<dependency>
    <groupId>np.com.susanthapa</groupId>
    <artifactId>curved_bottom_navigation</artifactId>
    <version>0.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of np.com.susanthapa : curved_bottom_navigation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.5

All Versions

Choose a version of np.com.susanthapa : curved_bottom_navigation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
curved_bottom_navigation-0.6.5

How to add a dependency to Maven

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

<dependency>
    <groupId>np.com.susanthapa</groupId>
    <artifactId>curved_bottom_navigation</artifactId>
    <version>0.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following np.com.susanthapa : curved_bottom_navigation gradle dependency to your build.gradle file:

implementation 'np.com.susanthapa:curved_bottom_navigation:0.6.5'

Gradle Kotlin DSL: Add the following np.com.susanthapa : curved_bottom_navigation gradle kotlin dependency to your build.gradle.kts file:

implementation("np.com.susanthapa:curved_bottom_navigation:0.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following np.com.susanthapa : curved_bottom_navigation sbt scala dependency to your build.sbt file:

libraryDependencies += "np.com.susanthapa" % "curved_bottom_navigation" % "0.6.5"