a

apt

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