z

zipkin-sender-stackdriver

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