s

servicetalk-opentracing-http

A networking framework that evolves with your application
https://servicetalk.io
The Apache License, Version 2.0
ServiceTalk project authors
文件下载
文件名 操作
servicetalk-opentracing-http-0.42.20.jar 下载
servicetalk-opentracing-http-0.42.20.pom 下载
servicetalk-opentracing-http-0.42.20-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.servicetalk</groupId>
  <artifactId>servicetalk-opentracing-http</artifactId>
  <version>0.42.20</version>
</dependency>
Gradle Groovy
implementation 'io.servicetalk:servicetalk-opentracing-http:0.42.20'
Gradle Kotlin
implementation("io.servicetalk:servicetalk-opentracing-http:0.42.20")
Scala SBT
libraryDependencies += "io.servicetalk" % "servicetalk-opentracing-http" % "0.42.20"
Groovy Grape
@Grapes(
  @Grab(group='io.servicetalk', module='servicetalk-opentracing-http', version='0.42.20')
)
Apache Ivy
<dependency org="io.servicetalk" name="servicetalk-opentracing-http" rev="0.42.20" />
Leiningen
[io.servicetalk/servicetalk-opentracing-http "0.42.20"]
Apache Buildr
'io.servicetalk:servicetalk-opentracing-http:jar:0.42.20'