MVN

com.uber.rib : rib-debut-utils

Maven & Gradle

Nov 05, 2017
7.6k stars

RIBs (Debug Utils) · 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.

<dependency>
    <groupId>com.uber.rib</groupId>
    <artifactId>rib-debut-utils</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.uber.rib : rib-debut-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of com.uber.rib : rib-debut-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
rib-debut-utils-0.9.1
rib-debut-utils-0.9.0

How to add a dependency to Maven

Add the following com.uber.rib : rib-debut-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.uber.rib</groupId>
    <artifactId>rib-debut-utils</artifactId>
    <version>0.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.uber.rib : rib-debut-utils gradle dependency to your build.gradle file:

implementation 'com.uber.rib:rib-debut-utils:0.9.1'

Gradle Kotlin DSL: Add the following com.uber.rib : rib-debut-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.uber.rib:rib-debut-utils:0.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.uber.rib : rib-debut-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.uber.rib" % "rib-debut-utils" % "0.9.1"

Advertisement

Dependencies from Group

Aug 07, 2023
9 usages
7.6k stars
Aug 07, 2023
4 usages
7.6k stars
Nov 05, 2019
3 usages
7.6k stars
Aug 07, 2023
3 usages
7.6k stars
Aug 07, 2023
2 usages
7.6k stars

Discover Dependencies