z

zipkin-sender-libthrift

文件下载
文件名 操作
zipkin-sender-libthrift-2.13.2.jar 下载
zipkin-sender-libthrift-2.13.2.pom 下载
zipkin-sender-libthrift-2.13.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.zipkin.reporter2</groupId>
  <artifactId>zipkin-sender-libthrift</artifactId>
  <version>2.13.2</version>
</dependency>
Gradle Groovy
implementation 'io.zipkin.reporter2:zipkin-sender-libthrift:2.13.2'
Gradle Kotlin
implementation("io.zipkin.reporter2:zipkin-sender-libthrift:2.13.2")
Scala SBT
libraryDependencies += "io.zipkin.reporter2" % "zipkin-sender-libthrift" % "2.13.2"
Groovy Grape
@Grapes(
  @Grab(group='io.zipkin.reporter2', module='zipkin-sender-libthrift', version='2.13.2')
)
Apache Ivy
<dependency org="io.zipkin.reporter2" name="zipkin-sender-libthrift" rev="2.13.2" />
Leiningen
[io.zipkin.reporter2/zipkin-sender-libthrift "2.13.2"]
Apache Buildr
'io.zipkin.reporter2:zipkin-sender-libthrift:jar:2.13.2'