Files download
File Operation
arouter-register-1.0.2.jar download
arouter-register-1.0.2.pom download
arouter-register-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>arouter-register</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:arouter-register:1.0.2'
Gradle Kotlin
implementation("com.alibaba:arouter-register:1.0.2")
Scala SBT
libraryDependencies += "com.alibaba" % "arouter-register" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='arouter-register', version='1.0.2')
)
Apache Ivy
<dependency org="com.alibaba" name="arouter-register" rev="1.0.2" />
Leiningen
[com.alibaba/arouter-register "1.0.2"]
Apache Buildr
'com.alibaba:arouter-register:jar:1.0.2'