GroupId | GroupIdcom.alibaba |
---|---|
ArtifactId | ArtifactIdarouter-compiler |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
arouter-compiler-1.0.3.pom | |
arouter-compiler-1.0.3.jar | 24 KB |
arouter-compiler-1.0.3-sources.jar | 14 KB |
arouter-compiler-1.0.3-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba/arouter-compiler/ -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>arouter-compiler</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/arouter-compiler/
implementation 'com.alibaba:arouter-compiler:1.0.3'
// https://jarcasting.com/artifacts/com.alibaba/arouter-compiler/
implementation ("com.alibaba:arouter-compiler:1.0.3")
'com.alibaba:arouter-compiler:jar:1.0.3'
<dependency org="com.alibaba" name="arouter-compiler" rev="1.0.3">
<artifact name="arouter-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='arouter-compiler', version='1.0.3')
)
libraryDependencies += "com.alibaba" % "arouter-compiler" % "1.0.3"
[com.alibaba/arouter-compiler "1.0.3"]