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