is not current version
Last Version 1.8.0

io.jaegertracing:jaeger-thrift 0.32.0

Jaeger Java bindings for OpenTracing API

GroupId

GroupId

io.jaegertracing
ArtifactId

ArtifactId

jaeger-thrift
Version

Version

0.32.0
Type

Type

jar

Download jaeger-thrift 0.32.0


<!-- https://jarcasting.com/artifacts/io.jaegertracing/jaeger-thrift/ -->
<dependency>
    <groupId>io.jaegertracing</groupId>
    <artifactId>jaeger-thrift</artifactId>
    <version>0.32.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.jaegertracing/jaeger-thrift/
implementation 'io.jaegertracing:jaeger-thrift:0.32.0'
// https://jarcasting.com/artifacts/io.jaegertracing/jaeger-thrift/
implementation ("io.jaegertracing:jaeger-thrift:0.32.0")
'io.jaegertracing:jaeger-thrift:jar:0.32.0'
<dependency org="io.jaegertracing" name="jaeger-thrift" rev="0.32.0">
  <artifact name="jaeger-thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jaegertracing', module='jaeger-thrift', version='0.32.0')
)
libraryDependencies += "io.jaegertracing" % "jaeger-thrift" % "0.32.0"
[io.jaegertracing/jaeger-thrift "0.32.0"]