<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-blaze-core_3</artifactId> <version>0.23.15</version> </dependency>
implementation 'org.http4s:http4s-blaze-core_3:0.23.15'
implementation("org.http4s:http4s-blaze-core_3:0.23.15")
libraryDependencies += "org.http4s" % "http4s-blaze-core_3" % "0.23.15"
@Grapes( @Grab(group='org.http4s', module='http4s-blaze-core_3', version='0.23.15') )
<dependency org="org.http4s" name="http4s-blaze-core_3" rev="0.23.15" />
[org.http4s/http4s-blaze-core_3 "0.23.15"]
'org.http4s:http4s-blaze-core_3:jar:0.23.15'
compile
|-- org.http4s:blaze-http_3:0.23.15
|-- org.scala-lang:scala3-library_3:3.2.2
|-- org.http4s:http4s-core_3:0.23.19
test
|-- org.typelevel:munit-cats-effect_3:2.0.0-M3
|-- ch.qos.logback:logback-classic:1.2.12