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