Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.uber.sdk |
ArtifactId | ArtifactIdrides-android |
Version | Version0.7.0 |
Type | Typeaar |
Filename | Size |
---|---|
rides-android-0.7.0.pom | |
rides-android-0.7.0.aar | 61 KB |
rides-android-0.7.0-sources.jar | 29 KB |
rides-android-0.7.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber.sdk/rides-android/ -->
<dependency>
<groupId>com.uber.sdk</groupId>
<artifactId>rides-android</artifactId>
<version>0.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.uber.sdk/rides-android/
implementation 'com.uber.sdk:rides-android:0.7.0'
// https://jarcasting.com/artifacts/com.uber.sdk/rides-android/
implementation ("com.uber.sdk:rides-android:0.7.0")
'com.uber.sdk:rides-android:aar:0.7.0'
<dependency org="com.uber.sdk" name="rides-android" rev="0.7.0">
<artifact name="rides-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.uber.sdk', module='rides-android', version='0.7.0')
)
libraryDependencies += "com.uber.sdk" % "rides-android" % "0.7.0"
[com.uber.sdk/rides-android "0.7.0"]