Last Version

OkHttp (Parent) 3.14.9

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

License

License

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.okhttp3
ArtifactId

ArtifactId

parent
Version

Version

3.14.9
Type

Type

pom
Description

Description

OkHttp (Parent)
An HTTP+HTTP/2 client for Android and Java applications
Project URL

Project URL

https://github.com/square/okhttp
Source Code Management

Source Code Management

https://github.com/square/okhttp/

Download parent 3.14.9

Filename Size
parent-3.14.9.pom 20 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • okhttp
  • okhttp-tests
  • okhttp-sse
  • okhttp-testing-support
  • okhttp-tls
  • okhttp-urlconnection
  • okhttp-logging-interceptor
  • okhttp-dnsoverhttps
  • okcurl
  • mockwebserver
  • samples