c

common-with-okhttp

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