is not current version
Last Version 0.13.0

com.uber.rib:rib-test 0.10.0

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-test
Version

Version

0.10.0
Type

Type

jar

Download rib-test 0.10.0


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