is not current version
Last Version 3.14.9

com.squareup.okhttp3:parent 3.4.0-RC1

An HTTP+SPDY client for Android and Java applications

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.okhttp3
ArtifactId

ArtifactId

parent
Version

Version

3.4.0-RC1
Type

Type

pom

Download parent 3.4.0-RC1

Filename Size
parent-3.4.0-RC1.pom 14 KB
Browse

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