MVN

io.github.stewseo : yelp-fusion-client

Maven & Gradle

Jan 17, 2023
0 stars

YelpFusionJavaClient · java client that provides strongly typed requests and responses for all Yelp Fusion APIS. Handles http transport concerns, serializing to JSON and deserializing from JSON.

<dependency>
    <groupId>io.github.stewseo</groupId>
    <artifactId>yelp-fusion-client</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.stewseo : yelp-fusion-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of io.github.stewseo : yelp-fusion-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
yelp-fusion-client-1.8.0
1.7.x
yelp-fusion-client-1.7.5
yelp-fusion-client-1.7.4
1.0.x
yelp-fusion-client-1.0.64
yelp-fusion-client-1.0.63-fix
yelp-fusion-client-1.0.63
yelp-fusion-client-1.0.62
yelp-fusion-client-1.0.61
yelp-fusion-client-1.0.52
yelp-fusion-client-1.0.51
yelp-fusion-client-1.0.7
yelp-fusion-client-1.0.6
yelp-fusion-client-1.0.5
yelp-fusion-client-1.0.4
yelp-fusion-client-1.0.3
yelp-fusion-client-1.0.2
yelp-fusion-client-1.0.1
yelp-fusion-client-1.0.0

How to add a dependency to Maven

Add the following io.github.stewseo : yelp-fusion-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.stewseo : yelp-fusion-client gradle dependency to your build.gradle file:

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

Gradle Kotlin DSL: Add the following io.github.stewseo : yelp-fusion-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.stewseo:yelp-fusion-client:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.stewseo : yelp-fusion-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.stewseo" % "yelp-fusion-client" % "1.8.0"

Advertisement