i

instrumentation-okhttp

Instrumentation for OkHttp
The Apache Software License, Version 2.0
文件下载
文件名 操作
instrumentation-okhttp-0.14.3.jar 下载
instrumentation-okhttp-0.14.3.pom 下载
instrumentation-okhttp-0.14.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.glowroot.instrumentation</groupId>
  <artifactId>instrumentation-okhttp</artifactId>
  <version>0.14.3</version>
</dependency>
Gradle Groovy
implementation 'org.glowroot.instrumentation:instrumentation-okhttp:0.14.3'
Gradle Kotlin
implementation("org.glowroot.instrumentation:instrumentation-okhttp:0.14.3")
Scala SBT
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-okhttp" % "0.14.3"
Groovy Grape
@Grapes(
  @Grab(group='org.glowroot.instrumentation', module='instrumentation-okhttp', version='0.14.3')
)
Apache Ivy
<dependency org="org.glowroot.instrumentation" name="instrumentation-okhttp" rev="0.14.3" />
Leiningen
[org.glowroot.instrumentation/instrumentation-okhttp "0.14.3"]
Apache Buildr
'org.glowroot.instrumentation:instrumentation-okhttp:jar:0.14.3'