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