MVN

org.zalando : tracer-hystrix

Maven & Gradle

Aug 13, 2019
2 usages
180 stars

Tracer: Hystrix · Tracing requests through a distributed system.

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

Latest Version

Choose a version of org.zalando : tracer-hystrix 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-hystrix to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tracer-hystrix-1.0.0-RC.0
0.17.x
tracer-hystrix-0.17.2
tracer-hystrix-0.17.1
tracer-hystrix-0.17.0
0.16.x
tracer-hystrix-0.16.0
0.15.x
tracer-hystrix-0.15.1
tracer-hystrix-0.15.0
0.14.x
tracer-hystrix-0.14.0
0.13.x
tracer-hystrix-0.13.0
0.12.x
tracer-hystrix-0.12.0
0.11.x
tracer-hystrix-0.11.2
tracer-hystrix-0.11.1
tracer-hystrix-0.11.0
0.10.x
tracer-hystrix-0.10.1
tracer-hystrix-0.10.0
0.9.x
tracer-hystrix-0.9.0
0.8.x
tracer-hystrix-0.8.0
0.7.x
tracer-hystrix-0.7.0
0.6.x
tracer-hystrix-0.6.0
0.5.x
tracer-hystrix-0.5.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement