<dependency> <groupId>org.http4s</groupId> <artifactId>blaze-core_2.11</artifactId> <version>0.2.0</version> </dependency>
implementation 'org.http4s:blaze-core_2.11:0.2.0'
implementation("org.http4s:blaze-core_2.11:0.2.0")
libraryDependencies += "org.http4s" % "blaze-core_2.11" % "0.2.0"
@Grapes( @Grab(group='org.http4s', module='blaze-core_2.11', version='0.2.0') )
<dependency org="org.http4s" name="blaze-core_2.11" rev="0.2.0" />
[org.http4s/blaze-core_2.11 "0.2.0"]
'org.http4s:blaze-core_2.11:jar:0.2.0'
compile
|-- org.scala-lang:scala-library:2.11.1
|-- com.typesafe.scala-logging:scala-logging-slf4j_2.11:2.1.2
|-- ch.qos.logback:logback-classic:1.0.9
|-- org.eclipse.jetty.npn:npn-api:8.1.2.v20120308
|-- org.mortbay.jetty.npn:npn-boot:8.1.2.v20120308
test
|-- org.specs2:specs2_2.11:2.3.11