c

cn.therouter.agp8.gradle.plugin

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