p

plugin

Android 动态路由库-移动端模块化解决方案
therouter.cn
The Apache License, Version 2.0
张涛
文件下载
文件名 操作
plugin-1.2.2-rc4.jar 下载
plugin-1.2.2-rc4.pom 下载
plugin-1.2.2-rc4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.therouter</groupId>
  <artifactId>plugin</artifactId>
  <version>1.2.2-rc4</version>
</dependency>
Gradle Groovy
implementation 'cn.therouter:plugin:1.2.2-rc4'
Gradle Kotlin
implementation("cn.therouter:plugin:1.2.2-rc4")
Scala SBT
libraryDependencies += "cn.therouter" % "plugin" % "1.2.2-rc4"
Groovy Grape
@Grapes(
  @Grab(group='cn.therouter', module='plugin', version='1.2.2-rc4')
)
Apache Ivy
<dependency org="cn.therouter" name="plugin" rev="1.2.2-rc4" />
Leiningen
[cn.therouter/plugin "1.2.2-rc4"]
Apache Buildr
'cn.therouter:plugin:jar:1.2.2-rc4'