Download rides-0.5.2.jar file - Jar r

Jar examples for r:rides

Description

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

You can download jar file rides 0.5.2 in this page.

License

MIT License

Build File

You can use the following script to add rides-0.5.2.jar to your project.

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

Download

Click the following link to download the jar file.

rides-0.5.2-javadoc.jar
rides-0.5.2-sources.jar
rides-0.5.2.jar
rides-0.5.2.pom



Related Tutorials