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
Files download
File Operation
rib-android-0.14.1.pom download
rib-android-0.14.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.uber.rib</groupId>
  <artifactId>rib-android</artifactId>
  <version>0.14.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.uber.rib:rib-android:0.14.1'
Gradle Kotlin
implementation("com.uber.rib:rib-android:0.14.1")
Scala SBT
libraryDependencies += "com.uber.rib" % "rib-android" % "0.14.1"
Groovy Grape
@Grapes(
  @Grab(group='com.uber.rib', module='rib-android', version='0.14.1')
)
Apache Ivy
<dependency org="com.uber.rib" name="rib-android" rev="0.14.1" />
Leiningen
[com.uber.rib/rib-android "0.14.1"]
Apache Buildr
'com.uber.rib:rib-android:jar:0.14.1'