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