is not current version
Last Version 0.21.0-M1

org.http4s:http4s-server_2.11 0.18.23

Base library for building http4s servers

GroupId

GroupId

org.http4s
ArtifactId

ArtifactId

http4s-server_2.11
Version

Version

0.18.23
Type

Type

jar

Download http4s-server_2.11 0.18.23


<!-- https://jarcasting.com/artifacts/org.http4s/http4s-server_2.11/ -->
<dependency>
    <groupId>org.http4s</groupId>
    <artifactId>http4s-server_2.11</artifactId>
    <version>0.18.23</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4s/http4s-server_2.11/
implementation 'org.http4s:http4s-server_2.11:0.18.23'
// https://jarcasting.com/artifacts/org.http4s/http4s-server_2.11/
implementation ("org.http4s:http4s-server_2.11:0.18.23")
'org.http4s:http4s-server_2.11:jar:0.18.23'
<dependency org="org.http4s" name="http4s-server_2.11" rev="0.18.23">
  <artifact name="http4s-server_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-server_2.11', version='0.18.23')
)
libraryDependencies += "org.http4s" % "http4s-server_2.11" % "0.18.23"
[org.http4s/http4s-server_2.11 "0.18.23"]