MVN

com.linkedin.pegasus : restli-example-api

Maven & Gradle

Dec 18, 2019
5 usages

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

Latest Version

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

  • Latest Stable: 27.7.18

All Versions

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

  • Version Updated
  • restli-example-api-27.7.18

    Dec 17, 2019
  • restli-example-api-24.0.2

    Sep 11, 2018
  • restli-example-api-23.0.19

    Aug 29, 2018
  • restli-example-api-21.0.0

    May 04, 2018
  • restli-example-api-20.0.4

    Mar 08, 2018
  • restli-example-api-19.0.3

    Feb 23, 2018
  • restli-example-api-17.0.4

    Dec 11, 2017
  • restli-example-api-11.0.17

    Jun 19, 2017
  • restli-example-api-11.0.0

    Mar 31, 2017
  • restli-example-api-10.1.3

    Feb 17, 2017
  • restli-example-api-6.0.12

    Aug 05, 2016
  • restli-example-api-5.0.19

    Mar 29, 2016
  • restli-example-api-3.1.1

    Nov 28, 2015
  • restli-example-api-3.1.2

    Nov 28, 2015
  • restli-example-api-2.12.7

    Nov 28, 2015
  • restli-example-api-2.6.0

    Jun 06, 2015
  • restli-example-api-2.2.5

    Mar 20, 2015
  • restli-example-api-2.1.0

    Mar 19, 2015
  • restli-example-api-1.20.0

    Sep 03, 2014
  • restli-example-api-1.15.18

    May 13, 2014
  • restli-example-api-1.15.12

    Apr 28, 2014
  • restli-example-api-1.15.9

    Apr 16, 2014
  • restli-example-api-1.15.7

    Apr 11, 2014
  • restli-example-api-1.15.4

    Mar 21, 2014
  • restli-example-api-1.15.2

    Mar 19, 2014
  • restli-example-api-1.13.4

    Feb 04, 2014
  • restli-example-api-1.10.6

    Dec 17, 2013
  • restli-example-api-1.9.40

    Oct 29, 2013
  • restli-example-api-1.9.23

    Sep 10, 2013
  • restli-example-api-1.9.18

    Aug 28, 2013
  • restli-example-api-1.9.5

    Jul 26, 2013
  • restli-example-api-1.9.3

    Jul 23, 2013
  • restli-example-api-1.9.1

    Jul 08, 2013
  • restli-example-api-1.8.3

    Feb 15, 2013

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.linkedin.pegasus:restli-example-api:27.7.18'

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

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

How to add a dependency to SBT Scala

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

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