| Categories |
CategoriesSquare Business Logic Libraries Financial |
|---|---|
| GroupId | GroupIdcom.squareup.okhttp3 |
| ArtifactId | ArtifactIdbenchmarks |
| Version | Version3.12.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| benchmarks-3.12.6.pom | |
| benchmarks-3.12.6.jar | 28 KB |
| benchmarks-3.12.6-sources.jar | 13 KB |
| benchmarks-3.12.6-javadoc.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/benchmarks/ -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>benchmarks</artifactId>
<version>3.12.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3/benchmarks/
implementation 'com.squareup.okhttp3:benchmarks:3.12.6'
// https://jarcasting.com/artifacts/com.squareup.okhttp3/benchmarks/
implementation ("com.squareup.okhttp3:benchmarks:3.12.6")
'com.squareup.okhttp3:benchmarks:jar:3.12.6'
<dependency org="com.squareup.okhttp3" name="benchmarks" rev="3.12.6">
<artifact name="benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='benchmarks', version='3.12.6')
)
libraryDependencies += "com.squareup.okhttp3" % "benchmarks" % "3.12.6"
[com.squareup.okhttp3/benchmarks "3.12.6"]