<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-base-http_2.13</artifactId>
<version>21.4.0</version>
</dependency>
@Grapes(
@Grab(group='com.twitter', module='finagle-base-http_2.13', version='21.4.0')
)
compile
|-- org.scala-lang:scala-library:2.13.1
|-- com.twitter:finagle-core_2.13:21.4.0
|-- com.twitter:finagle-toggle_2.13:21.4.0
|-- org.scala-lang.modules:scala-collection-compat_2.13:2.1.2
|-- com.twitter:util-logging_2.13:21.4.0
|-- io.netty:netty-codec-http:4.1.59.Final
|-- io.netty:netty-handler:4.1.59.Final
|-- io.netty:netty-transport:4.1.59.Final
|-- io.netty:netty-transport-native-epoll:4.1.59.Final
|-- io.netty:netty-transport-native-epoll:4.1.59.Final
|-- io.netty:netty-transport-native-unix-common:4.1.59.Final
|-- io.netty:netty-handler-proxy:4.1.59.Final
test
|-- com.novocode:junit-interface:0.11
|-- org.mockito:mockito-all:1.9.5
|-- org.scalacheck:scalacheck_2.13:1.14.3
|-- org.scalatest:scalatest_2.13:3.1.1
|-- org.scalatestplus:junit-4-12_2.13:3.1.2.0