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