MVN

cn.therouter : router

Maven & Gradle

Aug 09, 2023
1k stars

TheRouter · Android 动态路由库-移动端模块化解决方案

<dependency>
    <groupId>cn.therouter</groupId>
    <artifactId>router</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.therouter : router to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4
  • Latest Release Candidate: 1.2.0-rc1
  • Latest Beta: 1.2.0-beta4
  • Latest Alpha: 1.1.2-alpha1

All Versions

Choose a version of cn.therouter : router to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
router-1.2.0-rc1
router-1.2.0-beta4
router-1.2.0-beta3
router-1.2.0-beta2
router-1.2.0-beta1
1.1.x
router-1.1.4
router-1.1.4-rc8
router-1.1.4-rc7
router-1.1.4-rc6
router-1.1.4-rc5
router-1.1.4-rc4
router-1.1.4-rc3
router-1.1.4-rc2
router-1.1.4-rc1
router-1.1.4-beta1
router-1.1.3
router-1.1.3-rc7
router-1.1.3-rc6
router-1.1.3-rc5
router-1.1.3-rc4
router-1.1.3-rc3
router-1.1.3-rc2
router-1.1.3-rc1
router-1.1.3-rc0
router-1.1.3-beta2
router-1.1.3-beta1
router-1.1.2
router-1.1.2-rc8
router-1.1.2-rc7
router-1.1.2-rc6
router-1.1.2-rc5
router-1.1.2-rc4
router-1.1.2-rc3
router-1.1.2-rc2
router-1.1.2-rc1
router-1.1.2-alpha1
router-1.1.1
router-1.1.1-rc5
router-1.1.1-rc4
router-1.1.1-rc3
router-1.1.1-rc2
router-1.1.1-rc1
router-1.1.0

How to add a dependency to Maven

Add the following cn.therouter : router maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.therouter</groupId>
    <artifactId>router</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.therouter : router gradle dependency to your build.gradle file:

implementation 'cn.therouter:router:1.1.4'

Gradle Kotlin DSL: Add the following cn.therouter : router gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.therouter:router:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.therouter : router sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.therouter" % "router" % "1.1.4"

Advertisement