License |
License |
---|---|
GroupId | GroupIdcom.uber.rib |
ArtifactId | ArtifactIdrib-android-core |
Version | Version0.12.2 |
Type | Typeaar |
Description |
DescriptionRIBs (Android Core)
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rib-android-core-0.12.2.pom | |
rib-android-core-0.12.2-sources.jar | 3 KB |
rib-android-core-0.12.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber.rib/rib-android-core/ -->
<dependency>
<groupId>com.uber.rib</groupId>
<artifactId>rib-android-core</artifactId>
<version>0.12.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.uber.rib/rib-android-core/
implementation 'com.uber.rib:rib-android-core:0.12.2'
// https://jarcasting.com/artifacts/com.uber.rib/rib-android-core/
implementation ("com.uber.rib:rib-android-core:0.12.2")
'com.uber.rib:rib-android-core:aar:0.12.2'
<dependency org="com.uber.rib" name="rib-android-core" rev="0.12.2">
<artifact name="rib-android-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.uber.rib', module='rib-android-core', version='0.12.2')
)
libraryDependencies += "com.uber.rib" % "rib-android-core" % "0.12.2"
[com.uber.rib/rib-android-core "0.12.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
androidx.annotation » annotation | jar | 1.1.0 |
androidx.appcompat » appcompat | jar | 1.3.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.21 |