<dependency> <groupId>org.http4s</groupId> <artifactId>blaze-http_2.13</artifactId> <version>0.15.3</version> </dependency>
implementation 'org.http4s:blaze-http_2.13:0.15.3'
implementation("org.http4s:blaze-http_2.13:0.15.3")
libraryDependencies += "org.http4s" % "blaze-http_2.13" % "0.15.3"
@Grapes( @Grab(group='org.http4s', module='blaze-http_2.13', version='0.15.3') )
<dependency org="org.http4s" name="blaze-http_2.13" rev="0.15.3" />
[org.http4s/blaze-http_2.13 "0.15.3"]
'org.http4s:blaze-http_2.13:jar:0.15.3'
compile
|-- org.scala-lang:scala-library:2.13.7
|-- org.http4s:blaze-core_2.13:0.15.3
|-- com.twitter:hpack:1.0.2