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