MVN

com.linkedin.pegasus : d2-benchmark

Maven & Gradle

Dec 18, 2019

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

Latest Version

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

  • Latest Stable: 27.7.18

All Versions

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

Version Vulnerabilities Updated
27.7.x
d2-benchmark-27.7.18
24.0.x
d2-benchmark-24.0.2
23.0.x
d2-benchmark-23.0.19
21.0.x
d2-benchmark-21.0.0
20.0.x
d2-benchmark-20.0.4
19.0.x
d2-benchmark-19.0.3
17.0.x
d2-benchmark-17.0.4
11.0.x
d2-benchmark-11.0.17
d2-benchmark-11.0.0
10.1.x
d2-benchmark-10.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.linkedin.pegasus</groupId>
    <artifactId>d2-benchmark</artifactId>
    <version>27.7.18</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.linkedin.pegasus:d2-benchmark:27.7.18'

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

implementation("com.linkedin.pegasus:d2-benchmark:27.7.18")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.linkedin.pegasus" % "d2-benchmark" % "27.7.18"

Advertisement