is not current version
Last Version 3.14.9

com.squareup.okhttp3:parent 3.12.10

An HTTP+HTTP/2 client for Android and Java applications

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.okhttp3
ArtifactId

ArtifactId

parent
Version

Version

3.12.10
Type

Type

pom

Download parent 3.12.10

Filename Size
parent-3.12.10.pom 20 KB
Browse

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