c

cn.therouter.gradle.plugin

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