RIBs (Android Compose)

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.

License

License

GroupId

GroupId

com.uber.rib
ArtifactId

ArtifactId

rib-android-compose
Last Version

Last Version

0.13.0
Release Date

Release Date

Type

Type

aar
Description

Description

RIBs (Android Compose)
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.
Project URL

Project URL

https://github.com/uber/RIBs/
Source Code Management

Source Code Management

https://github.com/uber/RIBs/

Download rib-android-compose

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.uber.rib : rib-android jar 0.13.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.21

runtime (2)

Group / Artifact Type Version
androidx.compose.foundation » foundation jar 1.0.2
androidx.compose.ui » ui jar 1.0.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.13.0
0.12.2
0.12.1
0.12.0