z

zipkin-sender-okhttp3

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