| Категории |
КатегорииSquare Прикладные библиотеки Financial |
|---|---|
| Группа | Группаcom.squareup.okhttp3 |
| Идентификатор | Идентификаторbenchmarks |
| Версия | Версия3.9.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| benchmarks-3.9.1.pom | |
| benchmarks-3.9.1.jar | 28 KB |
| benchmarks-3.9.1-sources.jar | 13 KB |
| benchmarks-3.9.1-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/benchmarks/ -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>benchmarks</artifactId>
<version>3.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3/benchmarks/
implementation 'com.squareup.okhttp3:benchmarks:3.9.1'
// https://jarcasting.com/artifacts/com.squareup.okhttp3/benchmarks/
implementation ("com.squareup.okhttp3:benchmarks:3.9.1")
'com.squareup.okhttp3:benchmarks:jar:3.9.1'
<dependency org="com.squareup.okhttp3" name="benchmarks" rev="3.9.1">
<artifact name="benchmarks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='benchmarks', version='3.9.1')
)
libraryDependencies += "com.squareup.okhttp3" % "benchmarks" % "3.9.1"
[com.squareup.okhttp3/benchmarks "3.9.1"]