| License |
License |
|---|---|
| GroupId | GroupIdio.tesla.okhttp |
| ArtifactId | ArtifactIdokhttp |
| Version | Version0.9.1 |
| Type | Typejar |
| Description |
DescriptionOkHttp
An HTTP+SPDY client for Android and Java applications
|
| Filename | Size |
|---|---|
| okhttp-0.9.1.pom | |
| okhttp-0.9.1.jar | 179 KB |
| okhttp-0.9.1-sources.jar | 114 KB |
| okhttp-0.9.1-javadoc.jar | 284 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tesla.okhttp/okhttp/ -->
<dependency>
<groupId>io.tesla.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesla.okhttp/okhttp/
implementation 'io.tesla.okhttp:okhttp:0.9.1'
// https://jarcasting.com/artifacts/io.tesla.okhttp/okhttp/
implementation ("io.tesla.okhttp:okhttp:0.9.1")
'io.tesla.okhttp:okhttp:jar:0.9.1'
<dependency org="io.tesla.okhttp" name="okhttp" rev="0.9.1">
<artifact name="okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesla.okhttp', module='okhttp', version='0.9.1')
)
libraryDependencies += "io.tesla.okhttp" % "okhttp" % "0.9.1"
[io.tesla.okhttp/okhttp "0.9.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mortbay.jetty.npn : npn-boot Optional | jar | 8.1.2.v20120308 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.47 |
| com.google.mockwebserver : mockwebserver | jar | 20130122 |