<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-streams_2.11</artifactId>
<version>2.7.0</version>
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-streams_2.11', version='2.7.0')
)
compile
|-- org.scala-lang:scala-library:2.11.12
|-- org.reactivestreams:reactive-streams:1.0.2
|-- com.typesafe.akka:akka-stream_2.11:2.5.19
|-- org.scala-lang.modules:scala-java8-compat_2.11:0.9.0
test
|-- org.specs2:specs2-core_2.11:4.3.6
|-- org.specs2:specs2-junit_2.11:4.3.6
|-- org.specs2:specs2-mock_2.11:4.3.6
|-- junit:junit:4.12
|-- com.novocode:junit-interface:0.11
|-- org.easytesting:fest-assert:1.4