z

zipkin-sender-okhttp3

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