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

com.squareup.okhttp:parent 2.1.0-RC1

An HTTP+SPDY client for Android and Java applications

Категории

Категории

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

Группа

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

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

parent
Версия

Версия

2.1.0-RC1
Тип

Тип

pom

Скачать parent 2.1.0-RC1

Имя Файла Размер
parent-2.1.0-RC1.pom 8 KB
Обзор

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