z

zipkin-sender-local

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