z

zipkin-sender-stackdriver

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