License |
License |
---|---|
GroupId | GroupIdcom.google.okhttp |
ArtifactId | ArtifactIdokhttp |
Last Version | Last Version20120626 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionokhttp
An HTTP+SPDY client for Android and Java applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
okhttp-20120626.pom | |
okhttp-20120626.jar | 86 KB |
okhttp-20120626-sources.jar | 118 KB |
okhttp-20120626-javadoc.jar | 313 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.okhttp/okhttp/ -->
<dependency>
<groupId>com.google.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>20120626</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.okhttp/okhttp/
implementation 'com.google.okhttp:okhttp:20120626'
// https://jarcasting.com/artifacts/com.google.okhttp/okhttp/
implementation ("com.google.okhttp:okhttp:20120626")
'com.google.okhttp:okhttp:jar:20120626'
<dependency org="com.google.okhttp" name="okhttp" rev="20120626">
<artifact name="okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.okhttp', module='okhttp', version='20120626')
)
libraryDependencies += "com.google.okhttp" % "okhttp" % "20120626"
[com.google.okhttp/okhttp "20120626"]
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty.npn : npn-boot | jar | 8.1.2.v20120308 |
Group / Artifact | Type | Version |
---|---|---|
com.google.mockwebserver : mockwebserver | jar | 20120401 |
junit : junit | jar | 3.8.2 |