r

router

Change the way router sdk pulls up the fast application ContentProvider to stable mode, even if the fast application crashes, it will not cause the pulling party to crash
http://code.oppoer.me/xrun/router.git
The Apache Software License, Version 2.0
OPPO-OpenPlatform
Files download
File Operation
router-1.4.3-phone.pom download
Apache Maven
<dependency>
  <groupId>com.oplus.instant</groupId>
  <artifactId>router</artifactId>
  <version>1.4.3-phone</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.oplus.instant:router:1.4.3-phone'
Gradle Kotlin
implementation("com.oplus.instant:router:1.4.3-phone")
Scala SBT
libraryDependencies += "com.oplus.instant" % "router" % "1.4.3-phone"
Groovy Grape
@Grapes(
  @Grab(group='com.oplus.instant', module='router', version='1.4.3-phone')
)
Apache Ivy
<dependency org="com.oplus.instant" name="router" rev="1.4.3-phone" />
Leiningen
[com.oplus.instant/router "1.4.3-phone"]
Apache Buildr
'com.oplus.instant:router:jar:1.4.3-phone'
Dependencies
The project has no third-party dependencies