<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-blaze-core_3</artifactId> <version>0.23.16</version> </dependency>
implementation 'org.http4s:http4s-blaze-core_3:0.23.16'
implementation("org.http4s:http4s-blaze-core_3:0.23.16")
libraryDependencies += "org.http4s" % "http4s-blaze-core_3" % "0.23.16"
@Grapes( @Grab(group='org.http4s', module='http4s-blaze-core_3', version='0.23.16') )
<dependency org="org.http4s" name="http4s-blaze-core_3" rev="0.23.16" />
[org.http4s/http4s-blaze-core_3 "0.23.16"]
'org.http4s:http4s-blaze-core_3:jar:0.23.16'
compile
|-- org.http4s:blaze-http_3:0.23.16
|-- org.scala-lang:scala3-library_3:3.3.1
|-- org.http4s:http4s-core_3:0.23.24
provided
|-- org.typelevel:scalac-compat-annotation_3:0.1.3
test
|-- org.typelevel:munit-cats-effect_3:2.0.0-M4
|-- ch.qos.logback:logback-classic:1.2.13