Skip to content

stewseo/yelp-fusion-client

Repository files navigation

Yelp Fusion Java Client

release Maven Central examples Quality Gate Status Coverage Duplicated Lines (%) Lines of Code

Connecting to the Yelp Fusion API


As a Maven Dependency

You can use Maven's dependency management to obtain the driver by adding the following configuration in the application's Project Object Model (POM) file:

Example - Maven

<dependencies>
<dependency>
  <groupId>io.github.stewseo</groupId>
  <artifactId>yelp-fusion-client</artifactId>
  <version>1.8.0</version>
</dependency>
</dependencies>

As a Gradle Dependency

You can use Gradle's dependency management to obtain the driver by adding the following configuration in the application's build.gradle file:

Example - Gradle

dependencies {
   implementation 'io.github.stewseo:yelp-fusion-client:1.8.0'
}

Use case

Features based on Elasticsearch Java Client