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