r

rib-android

RIBs is the cross-platform architecture behind many mobile apps at Uber. This framework is designed for mobile apps with a large number of engineers and nested states.
https://github.com/uber/RIBs/
The Apache Software License, Version 2.0
Uber Technologies
文件下载
文件名 操作
rib-android-0.13.1.pom 下载
rib-android-0.13.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.uber.rib</groupId>
  <artifactId>rib-android</artifactId>
  <version>0.13.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.uber.rib:rib-android:0.13.1'
Gradle Kotlin
implementation("com.uber.rib:rib-android:0.13.1")
Scala SBT
libraryDependencies += "com.uber.rib" % "rib-android" % "0.13.1"
Groovy Grape
@Grapes(
  @Grab(group='com.uber.rib', module='rib-android', version='0.13.1')
)
Apache Ivy
<dependency org="com.uber.rib" name="rib-android" rev="0.13.1" />
Leiningen
[com.uber.rib/rib-android "0.13.1"]
Apache Buildr
'com.uber.rib:rib-android:jar:0.13.1'