MVN

com.uber.sdk : rides-android

Maven & Gradle

Aug 17, 2023
286 stars

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

<dependency>
    <groupId>com.uber.sdk</groupId>
    <artifactId>rides-android</artifactId>
    <version>0.10.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.uber.sdk : rides-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.7

All Versions

Choose a version of com.uber.sdk : rides-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
rides-android-0.10.7
rides-android-0.10.4
rides-android-0.10.3
rides-android-0.10.2
rides-android-0.10.1
rides-android-0.10.0
0.9.x
rides-android-0.9.1
rides-android-0.9.0
0.8.x
rides-android-0.8.0
0.7.x
rides-android-0.7.0
0.6.x
rides-android-0.6.1
rides-android-0.6.0
0.5.x
rides-android-0.5.4
rides-android-0.5.3
rides-android-0.5.2
rides-android-0.5.1
rides-android-0.5.0
0.3.x
rides-android-0.3.2
rides-android-0.3.1
rides-android-0.3.0
0.2.x
rides-android-0.2.0
0.1.x
rides-android-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.uber.sdk</groupId>
    <artifactId>rides-android</artifactId>
    <version>0.10.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.uber.sdk : rides-android gradle dependency to your build.gradle file:

implementation 'com.uber.sdk:rides-android:0.10.7'

Gradle Kotlin DSL: Add the following com.uber.sdk : rides-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.uber.sdk:rides-android:0.10.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.uber.sdk : rides-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.uber.sdk" % "rides-android" % "0.10.7"

Advertisement