MVN

nl.talsmasoftware.context : opentracing-span-propagation

Maven & Gradle

Dec 14, 2021
4 usages
15 stars

Propagation of OpenTracing Spans

<dependency>
    <groupId>nl.talsmasoftware.context</groupId>
    <artifactId>opentracing-span-propagation</artifactId>
    <version>1.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.talsmasoftware.context : opentracing-span-propagation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11

All Versions

Choose a version of nl.talsmasoftware.context : opentracing-span-propagation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
opentracing-span-propagation-1.0.11
opentracing-span-propagation-1.0.10
opentracing-span-propagation-1.0.9
opentracing-span-propagation-1.0.8
opentracing-span-propagation-1.0.7
opentracing-span-propagation-1.0.6
opentracing-span-propagation-1.0.5
opentracing-span-propagation-1.0.4
opentracing-span-propagation-1.0.3
opentracing-span-propagation-1.0.2
opentracing-span-propagation-1.0.1
opentracing-span-propagation-1.0.0
0.6.x
opentracing-span-propagation-0.6.3
opentracing-span-propagation-0.6.2
opentracing-span-propagation-0.6.1
opentracing-span-propagation-0.6.0
0.5.x
opentracing-span-propagation-0.5.0
0.4.x
opentracing-span-propagation-0.4.17
opentracing-span-propagation-0.4.16
opentracing-span-propagation-0.4.14
opentracing-span-propagation-0.4.13
opentracing-span-propagation-0.4.12
opentracing-span-propagation-0.4.11
opentracing-span-propagation-0.4.10
opentracing-span-propagation-0.4.9
opentracing-span-propagation-0.4.8
opentracing-span-propagation-0.4.7
opentracing-span-propagation-0.4.6
opentracing-span-propagation-0.4.5
opentracing-span-propagation-0.4.4
opentracing-span-propagation-0.4.3
opentracing-span-propagation-0.4.2
opentracing-span-propagation-0.4.1

How to add a dependency to Maven

Add the following nl.talsmasoftware.context : opentracing-span-propagation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.talsmasoftware.context</groupId>
    <artifactId>opentracing-span-propagation</artifactId>
    <version>1.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.talsmasoftware.context : opentracing-span-propagation gradle dependency to your build.gradle file:

implementation 'nl.talsmasoftware.context:opentracing-span-propagation:1.0.11'

Gradle Kotlin DSL: Add the following nl.talsmasoftware.context : opentracing-span-propagation gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.talsmasoftware.context:opentracing-span-propagation:1.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.talsmasoftware.context : opentracing-span-propagation sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.talsmasoftware.context" % "opentracing-span-propagation" % "1.0.11"

Advertisement