<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-server_2.13</artifactId> <version>0.23.23</version> </dependency>
implementation 'org.http4s:http4s-server_2.13:0.23.23'
implementation("org.http4s:http4s-server_2.13:0.23.23")
libraryDependencies += "org.http4s" % "http4s-server_2.13" % "0.23.23"
@Grapes( @Grab(group='org.http4s', module='http4s-server_2.13', version='0.23.23') )
<dependency org="org.http4s" name="http4s-server_2.13" rev="0.23.23" />
[org.http4s/http4s-server_2.13 "0.23.23"]
'org.http4s:http4s-server_2.13:jar:0.23.23'
compile
|-- org.scala-lang:scala-library:2.13.11
|-- org.http4s:http4s-core_2.13:0.23.23
test
|-- org.http4s:http4s-tests_2.13:0.23.23
|-- org.http4s:http4s-dsl_2.13:0.23.23
|-- org.typelevel:cats-laws_2.13:2.9.0
|-- ch.qos.logback:logback-classic:1.2.6
|-- org.scalacheck:scalacheck_2.13:1.17.0