z

zipkin-sender-local

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