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