<dependency> <groupId>org.http4s</groupId> <artifactId>blaze-core_3</artifactId> <version>0.23.12</version> </dependency>
implementation 'org.http4s:blaze-core_3:0.23.12'
implementation("org.http4s:blaze-core_3:0.23.12")
libraryDependencies += "org.http4s" % "blaze-core_3" % "0.23.12"
@Grapes( @Grab(group='org.http4s', module='blaze-core_3', version='0.23.12') )
<dependency org="org.http4s" name="blaze-core_3" rev="0.23.12" />
[org.http4s/blaze-core_3 "0.23.12"]
'org.http4s:blaze-core_3:jar:0.23.12'
compile
|-- org.scala-lang:scala3-library_3:3.1.2
|-- org.log4s:log4s_3:1.10.0
test
|-- org.http4s:blaze-testkit_3:0.23.12
|-- ch.qos.logback:logback-classic:1.2.11