Files download
File Operation
jaeger-thrift-0.35.4.jar download
jaeger-thrift-0.35.4.pom download
jaeger-thrift-0.35.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.jaegertracing</groupId>
  <artifactId>jaeger-thrift</artifactId>
  <version>0.35.4</version>
</dependency>
Gradle Groovy
implementation 'io.jaegertracing:jaeger-thrift:0.35.4'
Gradle Kotlin
implementation("io.jaegertracing:jaeger-thrift:0.35.4")
Scala SBT
libraryDependencies += "io.jaegertracing" % "jaeger-thrift" % "0.35.4"
Groovy Grape
@Grapes(
  @Grab(group='io.jaegertracing', module='jaeger-thrift', version='0.35.4')
)
Apache Ivy
<dependency org="io.jaegertracing" name="jaeger-thrift" rev="0.35.4" />
Leiningen
[io.jaegertracing/jaeger-thrift "0.35.4"]
Apache Buildr
'io.jaegertracing:jaeger-thrift:jar:0.35.4'