a

apt

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