z

zipkin-sender-libthrift

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