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