Download rib-base-0.9.0.jar file - Jar r

Jar examples for r:rib-base

Description

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.

You can download jar file rib-base 0.9.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rib-base-0.9.0.jar to your project.

<dependency>
   <groupId>com.uber.rib</groupId>
   <artifactId>rib-base</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'com.uber.rib', name: 'rib-base', version: '0.9.0'
libraryDependencies += "com.uber.rib" % "rib-base" % "0.9.0"
<dependency org="com.uber.rib" name="rib-base" rev="0.9.0"/>
@Grapes(@Grab(group='com.uber.rib', module='rib-base', version='0.9.0'))
'com.uber.rib:rib-base:jar:0.9.0'

Download

Click the following link to download the jar file.

rib-base-0.9.0-javadoc.jar
rib-base-0.9.0-sources.jar
rib-base-0.9.0.jar
rib-base-0.9.0.pom



Related Tutorials