MVN

cn.therouter : apt

Maven & Gradle

Aug 09, 2023
1k stars

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

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

Latest Version

Choose a version of cn.therouter : apt 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 : apt to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'cn.therouter:apt:1.1.4'

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

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

How to add a dependency to SBT Scala

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

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