MVN

com.kunminx.arch : smooth-navigation

Maven & Gradle

Jul 22, 2022
252 stars

smooth-navigation · Provide a smooth Android Jetpack Navigation transition experience. And solve the fatal flaws that are common in the modified version of Navigation on GitHub.

<dependency>
    <groupId>com.kunminx.arch</groupId>
    <artifactId>smooth-navigation</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kunminx.arch : smooth-navigation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0
  • Latest Beta: 4.0.0-beta1

All Versions

Choose a version of com.kunminx.arch : smooth-navigation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
smooth-navigation-4.0.0
smooth-navigation-4.0.0-beta1
3.9.x
smooth-navigation-3.9.0-beta1

How to add a dependency to Maven

Add the following com.kunminx.arch : smooth-navigation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kunminx.arch</groupId>
    <artifactId>smooth-navigation</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kunminx.arch : smooth-navigation gradle dependency to your build.gradle file:

implementation 'com.kunminx.arch:smooth-navigation:4.0.0'

Gradle Kotlin DSL: Add the following com.kunminx.arch : smooth-navigation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kunminx.arch:smooth-navigation:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kunminx.arch : smooth-navigation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kunminx.arch" % "smooth-navigation" % "4.0.0"

Advertisement