<dependency> <groupId>org.http4s</groupId> <artifactId>blaze-http_2.11</artifactId> <version>0.14.8</version> </dependency>
implementation 'org.http4s:blaze-http_2.11:0.14.8'
implementation("org.http4s:blaze-http_2.11:0.14.8")
libraryDependencies += "org.http4s" % "blaze-http_2.11" % "0.14.8"
@Grapes( @Grab(group='org.http4s', module='blaze-http_2.11', version='0.14.8') )
<dependency org="org.http4s" name="blaze-http_2.11" rev="0.14.8" />
[org.http4s/blaze-http_2.11 "0.14.8"]
'org.http4s:blaze-http_2.11:jar:0.14.8'
compile
|-- org.scala-lang:scala-library:2.11.12
|-- org.http4s:blaze-core_2.11:0.14.8
|-- com.twitter:hpack:1.0.2
|-- org.eclipse.jetty.alpn:alpn-api:1.1.3.v20160715
test
|-- org.asynchttpclient:async-http-client:2.10.1
|-- org.scalacheck:scalacheck_2.11:1.14.0
|-- org.specs2:specs2-scalacheck_2.11:4.5.1