o

okhttp

An HTTP+SPDY client for Android and Java applications
http://code.google.com/p/okhttp/
Apache 2.0
Files download
File Operation
okhttp-20120626.jar download
okhttp-20120626.pom download
okhttp-20120626-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.okhttp</groupId>
  <artifactId>okhttp</artifactId>
  <version>20120626</version>
</dependency>
Gradle Groovy
implementation 'com.google.okhttp:okhttp:20120626'
Gradle Kotlin
implementation("com.google.okhttp:okhttp:20120626")
Scala SBT
libraryDependencies += "com.google.okhttp" % "okhttp" % "20120626"
Groovy Grape
@Grapes(
  @Grab(group='com.google.okhttp', module='okhttp', version='20120626')
)
Apache Ivy
<dependency org="com.google.okhttp" name="okhttp" rev="20120626" />
Leiningen
[com.google.okhttp/okhttp "20120626"]
Apache Buildr
'com.google.okhttp:okhttp:jar:20120626'