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