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