a

apt

Android 动态路由库-移动端模块化解决方案
therouter.cn
The Apache License, Version 2.0
张涛
Files download
File Operation
apt-1.1.4-rc8.jar download
apt-1.1.4-rc8.pom download
apt-1.1.4-rc8-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.therouter</groupId>
  <artifactId>apt</artifactId>
  <version>1.1.4-rc8</version>
</dependency>
Gradle Groovy
implementation 'cn.therouter:apt:1.1.4-rc8'
Gradle Kotlin
implementation("cn.therouter:apt:1.1.4-rc8")
Scala SBT
libraryDependencies += "cn.therouter" % "apt" % "1.1.4-rc8"
Groovy Grape
@Grapes(
  @Grab(group='cn.therouter', module='apt', version='1.1.4-rc8')
)
Apache Ivy
<dependency org="cn.therouter" name="apt" rev="1.1.4-rc8" />
Leiningen
[cn.therouter/apt "1.1.4-rc8"]
Apache Buildr
'cn.therouter:apt:jar:1.1.4-rc8'