z

zipkin-sender-okhttp3

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