Files download
File Operation
benchmarks-3.12.13.jar download
benchmarks-3.12.13.pom download
benchmarks-3.12.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3</groupId>
  <artifactId>benchmarks</artifactId>
  <version>3.12.13</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3:benchmarks:3.12.13'
Gradle Kotlin
implementation("com.squareup.okhttp3:benchmarks:3.12.13")
Scala SBT
libraryDependencies += "com.squareup.okhttp3" % "benchmarks" % "3.12.13"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3', module='benchmarks', version='3.12.13')
)
Apache Ivy
<dependency org="com.squareup.okhttp3" name="benchmarks" rev="3.12.13" />
Leiningen
[com.squareup.okhttp3/benchmarks "3.12.13"]
Apache Buildr
'com.squareup.okhttp3:benchmarks:jar:3.12.13'