не последняя версия
Последняя версия 3.14.9

com.squareup.okhttp3:parent 3.4.1

An HTTP+SPDY client for Android and Java applications

Категории

Категории

Square Прикладные библиотеки Financial
Группа

Группа

com.squareup.okhttp3
Идентификатор

Идентификатор

parent
Версия

Версия

3.4.1
Тип

Тип

pom

Скачать parent 3.4.1

Имя Файла Размер
parent-3.4.1.pom 14 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3/parent/ -->
<dependency>
    <groupId>com.squareup.okhttp3</groupId>
    <artifactId>parent</artifactId>
    <version>3.4.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3/parent/
implementation 'com.squareup.okhttp3:parent:3.4.1'
// https://jarcasting.com/artifacts/com.squareup.okhttp3/parent/
implementation ("com.squareup.okhttp3:parent:3.4.1")
'com.squareup.okhttp3:parent:pom:3.4.1'
<dependency org="com.squareup.okhttp3" name="parent" rev="3.4.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='parent', version='3.4.1')
)
libraryDependencies += "com.squareup.okhttp3" % "parent" % "3.4.1"
[com.squareup.okhttp3/parent "3.4.1"]