is not current version
Last Version 0.10.3

com.uber.sdk:rides-android 0.6.1

The official Android SDK (beta) for the Uber Rides API.

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.uber.sdk
ArtifactId

ArtifactId

rides-android
Version

Version

0.6.1
Type

Type

aar

Download rides-android 0.6.1


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