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