<dependency> <groupId>org.http4s</groupId> <artifactId>blaze-http_3</artifactId> <version>0.15.2</version> </dependency>
implementation 'org.http4s:blaze-http_3:0.15.2'
implementation("org.http4s:blaze-http_3:0.15.2")
libraryDependencies += "org.http4s" % "blaze-http_3" % "0.15.2"
@Grapes( @Grab(group='org.http4s', module='blaze-http_3', version='0.15.2') )
<dependency org="org.http4s" name="blaze-http_3" rev="0.15.2" />
[org.http4s/blaze-http_3 "0.15.2"]
'org.http4s:blaze-http_3:jar:0.15.2'
compile
|-- org.http4s:blaze-core_3:0.15.2
|-- org.scala-lang:scala3-library_3:3.0.1
|-- com.twitter:hpack:1.0.2