Last Version

OkHttp (Parent) 3.10.0

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

License

License

GroupId

GroupId

com.github.ljun20160606
ArtifactId

ArtifactId

parent
Version

Version

3.10.0
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

Download parent 3.10.0

Filename Size
parent-3.10.0.pom 19 KB
Browse

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

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-android-support
  • okhttp-apache
  • okhttp-testing-support
  • okhttp-urlconnection
  • okhttp-logging-interceptor
  • okcurl
  • mockwebserver
  • samples
  • benchmarks