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