arouter-compiler

arouter-compiler

Compiler for ARouter to find route
https://github.com/Alibaba/ARouter/
The Apache Software License, Version 2.0
ZhiLong Liu
Files download
File Operation
arouter-compiler-1.5.2.jar download
arouter-compiler-1.5.2.pom download
arouter-compiler-1.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>arouter-compiler</artifactId>
  <version>1.5.2</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:arouter-compiler:1.5.2'
Gradle Kotlin
implementation("com.alibaba:arouter-compiler:1.5.2")
Scala SBT
libraryDependencies += "com.alibaba" % "arouter-compiler" % "1.5.2"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='arouter-compiler', version='1.5.2')
)
Apache Ivy
<dependency org="com.alibaba" name="arouter-compiler" rev="1.5.2" />
Leiningen
[com.alibaba/arouter-compiler "1.5.2"]
Apache Buildr
'com.alibaba:arouter-compiler:jar:1.5.2'