<dependency> <groupId>org.http4s</groupId> <artifactId>blaze-core_2.11</artifactId> <version>0.14.9</version> </dependency>
implementation 'org.http4s:blaze-core_2.11:0.14.9'
implementation("org.http4s:blaze-core_2.11:0.14.9")
libraryDependencies += "org.http4s" % "blaze-core_2.11" % "0.14.9"
@Grapes( @Grab(group='org.http4s', module='blaze-core_2.11', version='0.14.9') )
<dependency org="org.http4s" name="blaze-core_2.11" rev="0.14.9" />
[org.http4s/blaze-core_2.11 "0.14.9"]
'org.http4s:blaze-core_2.11:jar:0.14.9'
compile
|-- org.scala-lang:scala-library:2.11.12
|-- org.log4s:log4s_2.11:1.8.2
test
|-- org.specs2:specs2-core_2.11:4.5.1
|-- org.specs2:specs2-mock_2.11:4.5.1
|-- ch.qos.logback:logback-classic:1.2.3