<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-dsl_3</artifactId> <version>0.23.27</version> </dependency>
implementation 'org.http4s:http4s-dsl_3:0.23.27'
implementation("org.http4s:http4s-dsl_3:0.23.27")
libraryDependencies += "org.http4s" % "http4s-dsl_3" % "0.23.27"
@Grapes( @Grab(group='org.http4s', module='http4s-dsl_3', version='0.23.27') )
<dependency org="org.http4s" name="http4s-dsl_3" rev="0.23.27" />
[org.http4s/http4s-dsl_3 "0.23.27"]
'org.http4s:http4s-dsl_3:jar:0.23.27'
compile
|-- org.http4s:http4s-core_3:0.23.27
|-- org.scala-lang:scala3-library_3:3.3.3
provided
|-- org.typelevel:scalac-compat-annotation_3:0.1.4
test
|-- org.http4s:http4s-tests_3:0.23.27
|-- org.typelevel:cats-laws_3:2.10.0
|-- ch.qos.logback:logback-classic:1.2.6
|-- org.scalacheck:scalacheck_3:1.17.1