is not current version
Last Version 0.13.0

com.uber.rib:rib-test 0.10.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-test
Version

Version

0.10.1
Type

Type

jar

Download rib-test 0.10.1


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