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