is not current version
Last Version 1.0.2

com.alibaba:arouter-register 1.0.0

A gradle plugin used for arouter route map register

GroupId

GroupId

com.alibaba
ArtifactId

ArtifactId

arouter-register
Version

Version

1.0.0
Type

Type

jar

Download arouter-register 1.0.0


<!-- https://jarcasting.com/artifacts/com.alibaba/arouter-register/ -->
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>arouter-register</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/arouter-register/
implementation 'com.alibaba:arouter-register:1.0.0'
// https://jarcasting.com/artifacts/com.alibaba/arouter-register/
implementation ("com.alibaba:arouter-register:1.0.0")
'com.alibaba:arouter-register:jar:1.0.0'
<dependency org="com.alibaba" name="arouter-register" rev="1.0.0">
  <artifact name="arouter-register" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='arouter-register', version='1.0.0')
)
libraryDependencies += "com.alibaba" % "arouter-register" % "1.0.0"
[com.alibaba/arouter-register "1.0.0"]