MVN

com.softwaremill.sttp.client3 : zio-telemetry-opentracing-backend_2.12

Maven & Gradle

Apr 15, 2022
1.4k stars

zio-telemetry-opentracing-backend · zio-telemetry-opentracing-backend

<dependency>
    <groupId>com.softwaremill.sttp.client3</groupId>
    <artifactId>zio-telemetry-opentracing-backend_2.12</artifactId>
    <version>3.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softwaremill.sttp.client3 : zio-telemetry-opentracing-backend_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.2
  • Latest Release Candidate: 3.3.0-RC5

All Versions

Choose a version of com.softwaremill.sttp.client3 : zio-telemetry-opentracing-backend_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
zio-telemetry-opentracing-backend_2.12-3.5.2
zio-telemetry-opentracing-backend_2.12-3.5.1
zio-telemetry-opentracing-backend_2.12-3.5.0
3.4.x
zio-telemetry-opentracing-backend_2.12-3.4.2
zio-telemetry-opentracing-backend_2.12-3.4.1
zio-telemetry-opentracing-backend_2.12-3.4.0
3.3.x
zio-telemetry-opentracing-backend_2.12-3.3.18
zio-telemetry-opentracing-backend_2.12-3.3.17
zio-telemetry-opentracing-backend_2.12-3.3.16
zio-telemetry-opentracing-backend_2.12-3.3.15
zio-telemetry-opentracing-backend_2.12-3.3.14
zio-telemetry-opentracing-backend_2.12-3.3.13
zio-telemetry-opentracing-backend_2.12-3.3.12
zio-telemetry-opentracing-backend_2.12-3.3.11
zio-telemetry-opentracing-backend_2.12-3.3.9
zio-telemetry-opentracing-backend_2.12-3.3.7
zio-telemetry-opentracing-backend_2.12-3.3.6
zio-telemetry-opentracing-backend_2.12-3.3.5
zio-telemetry-opentracing-backend_2.12-3.3.4
zio-telemetry-opentracing-backend_2.12-3.3.3
zio-telemetry-opentracing-backend_2.12-3.3.2
zio-telemetry-opentracing-backend_2.12-3.3.1
zio-telemetry-opentracing-backend_2.12-3.3.0
zio-telemetry-opentracing-backend_2.12-3.3.0-RC5
zio-telemetry-opentracing-backend_2.12-3.3.0-RC4
zio-telemetry-opentracing-backend_2.12-3.3.0-RC3
zio-telemetry-opentracing-backend_2.12-3.3.0-RC2
zio-telemetry-opentracing-backend_2.12-3.3.0-RC1
3.2.x
zio-telemetry-opentracing-backend_2.12-3.2.3
zio-telemetry-opentracing-backend_2.12-3.2.0
3.1.x
zio-telemetry-opentracing-backend_2.12-3.1.9
zio-telemetry-opentracing-backend_2.12-3.1.7
zio-telemetry-opentracing-backend_2.12-3.1.6
zio-telemetry-opentracing-backend_2.12-3.1.5
zio-telemetry-opentracing-backend_2.12-3.1.3
zio-telemetry-opentracing-backend_2.12-3.1.2
zio-telemetry-opentracing-backend_2.12-3.1.1
zio-telemetry-opentracing-backend_2.12-3.1.0
3.0.x
zio-telemetry-opentracing-backend_2.12-3.0.0
zio-telemetry-opentracing-backend_2.12-3.0.0-RC15
zio-telemetry-opentracing-backend_2.12-3.0.0-RC14
zio-telemetry-opentracing-backend_2.12-3.0.0-RC13
zio-telemetry-opentracing-backend_2.12-3.0.0-RC11
zio-telemetry-opentracing-backend_2.12-3.0.0-RC10
zio-telemetry-opentracing-backend_2.12-3.0.0-RC9
zio-telemetry-opentracing-backend_2.12-3.0.0-RC8
zio-telemetry-opentracing-backend_2.12-3.0.0-RC7
zio-telemetry-opentracing-backend_2.12-3.0.0-RC6
zio-telemetry-opentracing-backend_2.12-3.0.0-RC5
zio-telemetry-opentracing-backend_2.12-3.0.0-RC4

How to add a dependency to Maven

Add the following com.softwaremill.sttp.client3 : zio-telemetry-opentracing-backend_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.softwaremill.sttp.client3</groupId>
    <artifactId>zio-telemetry-opentracing-backend_2.12</artifactId>
    <version>3.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softwaremill.sttp.client3 : zio-telemetry-opentracing-backend_2.12 gradle dependency to your build.gradle file:

implementation 'com.softwaremill.sttp.client3:zio-telemetry-opentracing-backend_2.12:3.5.2'

Gradle Kotlin DSL: Add the following com.softwaremill.sttp.client3 : zio-telemetry-opentracing-backend_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softwaremill.sttp.client3:zio-telemetry-opentracing-backend_2.12:3.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softwaremill.sttp.client3 : zio-telemetry-opentracing-backend_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softwaremill.sttp.client3" % "zio-telemetry-opentracing-backend_2.12" % "3.5.2"