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