z

zipkin-sender-okhttp3

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