is not current version
Last Version 0.13.0

com.uber.rib:rib-base 0.9.1

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.

GroupId

GroupId

com.uber.rib
ArtifactId

ArtifactId

rib-base
Version

Version

0.9.1
Type

Type

jar

Download rib-base 0.9.1


<!-- https://jarcasting.com/artifacts/com.uber.rib/rib-base/ -->
<dependency>
    <groupId>com.uber.rib</groupId>
    <artifactId>rib-base</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.rib/rib-base/
implementation 'com.uber.rib:rib-base:0.9.1'
// https://jarcasting.com/artifacts/com.uber.rib/rib-base/
implementation ("com.uber.rib:rib-base:0.9.1")
'com.uber.rib:rib-base:jar:0.9.1'
<dependency org="com.uber.rib" name="rib-base" rev="0.9.1">
  <artifact name="rib-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.rib', module='rib-base', version='0.9.1')
)
libraryDependencies += "com.uber.rib" % "rib-base" % "0.9.1"
[com.uber.rib/rib-base "0.9.1"]