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