MVN

org.zalando : tracer-benchmark

Maven & Gradle

Aug 13, 2019
180 stars

Tracer: Benchmark · Tracing requests through a distributed system.

<dependency>
    <groupId>org.zalando</groupId>
    <artifactId>tracer-benchmark</artifactId>
    <version>0.17.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zalando : tracer-benchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.2
  • Latest Release Candidate: 1.0.0-RC.0

All Versions

Choose a version of org.zalando : tracer-benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tracer-benchmark-1.0.0-RC.0
0.17.x
tracer-benchmark-0.17.2
tracer-benchmark-0.17.1
tracer-benchmark-0.17.0
0.16.x
tracer-benchmark-0.16.0

How to add a dependency to Maven

Add the following org.zalando : tracer-benchmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.zalando</groupId>
    <artifactId>tracer-benchmark</artifactId>
    <version>0.17.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.zalando : tracer-benchmark gradle dependency to your build.gradle file:

implementation 'org.zalando:tracer-benchmark:0.17.2'

Gradle Kotlin DSL: Add the following org.zalando : tracer-benchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("org.zalando:tracer-benchmark:0.17.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.zalando : tracer-benchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "org.zalando" % "tracer-benchmark" % "0.17.2"

Advertisement