<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-tomcat_2.10</artifactId> <version>0.2.0</version> </dependency>
implementation 'org.http4s:http4s-tomcat_2.10:0.2.0'
implementation("org.http4s:http4s-tomcat_2.10:0.2.0")
libraryDependencies += "org.http4s" % "http4s-tomcat_2.10" % "0.2.0"
@Grapes( @Grab(group='org.http4s', module='http4s-tomcat_2.10', version='0.2.0') )
<dependency org="org.http4s" name="http4s-tomcat_2.10" rev="0.2.0" />
[org.http4s/http4s-tomcat_2.10 "0.2.0"]
'org.http4s:http4s-tomcat_2.10:jar:0.2.0'
compile
|-- org.scala-lang:scala-library:2.10.4
|-- org.http4s:http4s-servlet_2.10:0.2.0
|-- org.apache.tomcat:tomcat-catalina:7.0.53
|-- org.apache.tomcat:tomcat-coyote:7.0.53
test
|-- com.github.axel22:scalameter_2.10:0.5-M2
|-- org.scalatest:scalatest_2.10:2.1.3
|-- org.specs2:specs2_2.10:2.3.11