<dependency> <groupId>org.http4s</groupId> <artifactId>blaze-http_2.12</artifactId> <version>0.23.12</version> </dependency>
implementation 'org.http4s:blaze-http_2.12:0.23.12'
implementation("org.http4s:blaze-http_2.12:0.23.12")
libraryDependencies += "org.http4s" % "blaze-http_2.12" % "0.23.12"
@Grapes( @Grab(group='org.http4s', module='blaze-http_2.12', version='0.23.12') )
<dependency org="org.http4s" name="blaze-http_2.12" rev="0.23.12" />
[org.http4s/blaze-http_2.12 "0.23.12"]
'org.http4s:blaze-http_2.12:jar:0.23.12'
compile
|-- org.scala-lang:scala-library:2.12.15
|-- org.http4s:blaze-core_2.12:0.23.12
|-- com.twitter:hpack:1.0.2
test
|-- org.http4s:blaze-testkit_2.12:0.23.12
|-- org.asynchttpclient:async-http-client:2.12.3