| Категории |
КатегорииSquare Прикладные библиотеки Financial |
|---|---|
| Группа | Группаcom.squareup.okhttp |
| Идентификатор | Идентификаторokhttp-testing-support |
| Версия | Версия2.5.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp/okhttp-testing-support/ -->
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-testing-support</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp/okhttp-testing-support/
implementation 'com.squareup.okhttp:okhttp-testing-support:2.5.0'
// https://jarcasting.com/artifacts/com.squareup.okhttp/okhttp-testing-support/
implementation ("com.squareup.okhttp:okhttp-testing-support:2.5.0")
'com.squareup.okhttp:okhttp-testing-support:jar:2.5.0'
<dependency org="com.squareup.okhttp" name="okhttp-testing-support" rev="2.5.0">
<artifact name="okhttp-testing-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp', module='okhttp-testing-support', version='2.5.0')
)
libraryDependencies += "com.squareup.okhttp" % "okhttp-testing-support" % "2.5.0"
[com.squareup.okhttp/okhttp-testing-support "2.5.0"]