Files download
File Operation
okhttp-1.0.4.pom download
okhttp-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.shenyuanqing.okhttp3</groupId>
  <artifactId>okhttp</artifactId>
  <version>1.0.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.shenyuanqing.okhttp3:okhttp:1.0.4'
Gradle Kotlin
implementation("com.github.shenyuanqing.okhttp3:okhttp:1.0.4")
Scala SBT
libraryDependencies += "com.github.shenyuanqing.okhttp3" % "okhttp" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shenyuanqing.okhttp3', module='okhttp', version='1.0.4')
)
Apache Ivy
<dependency org="com.github.shenyuanqing.okhttp3" name="okhttp" rev="1.0.4" />
Leiningen
[com.github.shenyuanqing.okhttp3/okhttp "1.0.4"]
Apache Buildr
'com.github.shenyuanqing.okhttp3:okhttp:jar:1.0.4'