MVN

io.opentracing.contrib : opentracing-spring-jaeger-cloud-starter

Maven & Gradle

Feb 14, 2021
7 usages
<dependency>
    <groupId>io.opentracing.contrib</groupId>
    <artifactId>opentracing-spring-jaeger-cloud-starter</artifactId>
    <version>3.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.opentracing.contrib : opentracing-spring-jaeger-cloud-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.1

All Versions

Choose a version of io.opentracing.contrib : opentracing-spring-jaeger-cloud-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
opentracing-spring-jaeger-cloud-starter-3.3.1
3.2.x
opentracing-spring-jaeger-cloud-starter-3.2.2
opentracing-spring-jaeger-cloud-starter-3.2.0
3.1.x
opentracing-spring-jaeger-cloud-starter-3.1.2
opentracing-spring-jaeger-cloud-starter-3.1.1
opentracing-spring-jaeger-cloud-starter-3.1.0
3.0.x
opentracing-spring-jaeger-cloud-starter-3.0.0
2.0.x
opentracing-spring-jaeger-cloud-starter-2.0.3
opentracing-spring-jaeger-cloud-starter-2.0.2
opentracing-spring-jaeger-cloud-starter-2.0.0
1.0.x
opentracing-spring-jaeger-cloud-starter-1.0.3
opentracing-spring-jaeger-cloud-starter-1.0.2
opentracing-spring-jaeger-cloud-starter-1.0.1
opentracing-spring-jaeger-cloud-starter-1.0.0
0.2.x
opentracing-spring-jaeger-cloud-starter-0.2.2
opentracing-spring-jaeger-cloud-starter-0.2.1
opentracing-spring-jaeger-cloud-starter-0.2.0
0.1.x
opentracing-spring-jaeger-cloud-starter-0.1.5

How to add a dependency to Maven

Add the following io.opentracing.contrib : opentracing-spring-jaeger-cloud-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.opentracing.contrib</groupId>
    <artifactId>opentracing-spring-jaeger-cloud-starter</artifactId>
    <version>3.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.opentracing.contrib : opentracing-spring-jaeger-cloud-starter gradle dependency to your build.gradle file:

implementation 'io.opentracing.contrib:opentracing-spring-jaeger-cloud-starter:3.3.1'

Gradle Kotlin DSL: Add the following io.opentracing.contrib : opentracing-spring-jaeger-cloud-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.opentracing.contrib:opentracing-spring-jaeger-cloud-starter:3.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.opentracing.contrib : opentracing-spring-jaeger-cloud-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.opentracing.contrib" % "opentracing-spring-jaeger-cloud-starter" % "3.3.1"

Advertisement