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