b

benchmarks

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