is not current version
Last Version 3.0.0

com.yelp.clientlib:yelp-android 1.0.0

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.yelp.clientlib
ArtifactId

ArtifactId

yelp-android
Version

Version

1.0.0
Type

Type

jar

Download yelp-android 1.0.0


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