MVN

com.linkedin.pegasus : restli-client

Maven & Gradle

Dec 18, 2019
36 usages

restli-client · Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.

<dependency>
    <groupId>com.linkedin.pegasus</groupId>
    <artifactId>restli-client</artifactId>
    <version>27.7.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkedin.pegasus : restli-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 27.7.18

All Versions

Choose a version of com.linkedin.pegasus : restli-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
27.7.x
restli-client-27.7.18
24.0.x
restli-client-24.0.2
23.0.x
restli-client-23.0.19
21.0.x
restli-client-21.0.0
20.0.x
restli-client-20.0.4
19.0.x
restli-client-19.0.3
17.0.x
restli-client-17.0.4
11.0.x
restli-client-11.0.17
restli-client-11.0.0
10.1.x
restli-client-10.1.3
6.0.x
restli-client-6.0.12
5.0.x
restli-client-5.0.19
3.1.x
restli-client-3.1.2
restli-client-3.1.1
2.12.x
restli-client-2.12.7
2.6.x
restli-client-2.6.0
2.2.x
restli-client-2.2.5
2.1.x
restli-client-2.1.0
1.20.x
restli-client-1.20.0
1.15.x
restli-client-1.15.18
restli-client-1.15.12
restli-client-1.15.9
restli-client-1.15.7
restli-client-1.15.4
restli-client-1.15.2
1.13.x
restli-client-1.13.4
1.10.x
restli-client-1.10.6
1.9.x
restli-client-1.9.40
restli-client-1.9.23
restli-client-1.9.18
restli-client-1.9.5
restli-client-1.9.3
restli-client-1.9.1
1.8.x
restli-client-1.8.3

How to add a dependency to Maven

Add the following com.linkedin.pegasus : restli-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkedin.pegasus</groupId>
    <artifactId>restli-client</artifactId>
    <version>27.7.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkedin.pegasus : restli-client gradle dependency to your build.gradle file:

implementation 'com.linkedin.pegasus:restli-client:27.7.18'

Gradle Kotlin DSL: Add the following com.linkedin.pegasus : restli-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkedin.pegasus:restli-client:27.7.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkedin.pegasus : restli-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkedin.pegasus" % "restli-client" % "27.7.18"