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