c

common-with-okhttp

文件下载
文件名 操作
common-with-okhttp-0.26.0.jar 下载
common-with-okhttp-0.26.0.pom 下载
common-with-okhttp-0.26.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.lightstep.tracer</groupId>
  <artifactId>common-with-okhttp</artifactId>
  <version>0.26.0</version>
</dependency>
Gradle Groovy
implementation 'com.lightstep.tracer:common-with-okhttp:0.26.0'
Gradle Kotlin
implementation("com.lightstep.tracer:common-with-okhttp:0.26.0")
Scala SBT
libraryDependencies += "com.lightstep.tracer" % "common-with-okhttp" % "0.26.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lightstep.tracer', module='common-with-okhttp', version='0.26.0')
)
Apache Ivy
<dependency org="com.lightstep.tracer" name="common-with-okhttp" rev="0.26.0" />
Leiningen
[com.lightstep.tracer/common-with-okhttp "0.26.0"]
Apache Buildr
'com.lightstep.tracer:common-with-okhttp:jar:0.26.0'