文件下载
文件名 操作
router-1.4.4-phone.pom 下载
Apache Maven
<dependency>
  <groupId>com.oplus.instant</groupId>
  <artifactId>router</artifactId>
  <version>1.4.4-phone</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.oplus.instant:router:1.4.4-phone'
Gradle Kotlin
implementation("com.oplus.instant:router:1.4.4-phone")
Scala SBT
libraryDependencies += "com.oplus.instant" % "router" % "1.4.4-phone"
Groovy Grape
@Grapes(
  @Grab(group='com.oplus.instant', module='router', version='1.4.4-phone')
)
Apache Ivy
<dependency org="com.oplus.instant" name="router" rev="1.4.4-phone" />
Leiningen
[com.oplus.instant/router "1.4.4-phone"]
Apache Buildr
'com.oplus.instant:router:jar:1.4.4-phone'
本项目依赖
该项目无第三方依赖