MVN

com.linkedin.pegasus : r2-netty

Maven & Gradle

Dec 18, 2019
9 usages

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

Latest Version

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

  • Latest Stable: 27.7.18

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.linkedin.pegasus</groupId>
    <artifactId>r2-netty</artifactId>
    <version>27.7.18</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.linkedin.pegasus:r2-netty:27.7.18'

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

implementation("com.linkedin.pegasus:r2-netty:27.7.18")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.linkedin.pegasus" % "r2-netty" % "27.7.18"

Advertisement