h

http4s-server_2.10

Base library for building http4s servers
http://http4s.org/
Apache License, Version 2.0
org.http4s
Ross A. Baker Ivan Porto Carrero Bryce L. Anderson André Rouél Julien Truffaut Rodolfo Hansen
Files download
File Operation
http4s-server_2.10-0.15.14a.jar download
http4s-server_2.10-0.15.14a.pom download
http4s-server_2.10-0.15.14a-sources.jar download
Apache Maven
<dependency>
  <groupId>org.http4s</groupId>
  <artifactId>http4s-server_2.10</artifactId>
  <version>0.15.14a</version>
</dependency>
Gradle Groovy
implementation 'org.http4s:http4s-server_2.10:0.15.14a'
Gradle Kotlin
implementation("org.http4s:http4s-server_2.10:0.15.14a")
Scala SBT
libraryDependencies += "org.http4s" % "http4s-server_2.10" % "0.15.14a"
Groovy Grape
@Grapes(
  @Grab(group='org.http4s', module='http4s-server_2.10', version='0.15.14a')
)
Apache Ivy
<dependency org="org.http4s" name="http4s-server_2.10" rev="0.15.14a" />
Leiningen
[org.http4s/http4s-server_2.10 "0.15.14a"]
Apache Buildr
'org.http4s:http4s-server_2.10:jar:0.15.14a'