To use http4s-jdk-http-client in an existing SBT project, add the following dependencies to your
build.sbt
depending on your needs:
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-jdk-http-client" % "<version>"
)
JDK 11+ http client implementation for http4s clients
To use http4s-jdk-http-client in an existing SBT project, add the following dependencies to your
build.sbt
depending on your needs:
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-jdk-http-client" % "<version>"
)