MVN

com.linkedin.pegasus : restli-client-parseq

Maven & Gradle

Dec 18, 2019
1 usages

restli-client-parseq · 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-parseq</artifactId>
    <version>27.7.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 27.7.18

All Versions

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

Version Vulnerabilities Updated
27.7.x
restli-client-parseq-27.7.18
24.0.x
restli-client-parseq-24.0.2
23.0.x
restli-client-parseq-23.0.19
21.0.x
restli-client-parseq-21.0.0
20.0.x
restli-client-parseq-20.0.4
19.0.x
restli-client-parseq-19.0.3
17.0.x
restli-client-parseq-17.0.4
11.0.x
restli-client-parseq-11.0.17
restli-client-parseq-11.0.0
10.1.x
restli-client-parseq-10.1.3
6.0.x
restli-client-parseq-6.0.12
5.0.x
restli-client-parseq-5.0.19
3.1.x
restli-client-parseq-3.1.2
restli-client-parseq-3.1.1
2.12.x
restli-client-parseq-2.12.7
2.6.x
restli-client-parseq-2.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.linkedin.pegasus</groupId>
    <artifactId>restli-client-parseq</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-parseq gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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