Yelp Android Clientlib

A Java library for the Yelp API. It simplifies the process of authentication, request construction, and response parsing for Java/Android developers using the Yelp API.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.yelp.clientlib
ArtifactId

ArtifactId

yelp-android
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Yelp Android Clientlib
A Java library for the Yelp API. It simplifies the process of authentication, request construction, and response parsing for Java/Android developers using the Yelp API.
Project URL

Project URL

https://www.yelp.com/developers

Download yelp-android

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.google.auto.value : auto-value jar 1.2
com.squareup.retrofit2 : retrofit jar 2.0.0
com.squareup.retrofit2 : converter-jackson jar 2.0.0
oauth.signpost : signpost-core jar 1.2.1.2
se.akerfeldt : okhttp-signpost jar 1.1.0
com.squareup.okhttp3 : okhttp jar 3.1.2

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0
2.0.0
1.0.0