<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-core_2.13</artifactId>
<version>10.2.0</version>
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http-core_2.13', version='10.2.0')
)
compile
|-- org.scala-lang:scala-library:2.13.3
|-- com.typesafe.akka:akka-parsing_2.13:10.2.0
provided
|-- com.github.ghik:silencer-lib_2.13.3:1.7.0
|-- com.typesafe.akka:akka-stream_2.13:2.5.31
test
|-- com.typesafe.akka:akka-stream-testkit_2.13:2.5.31
|-- io.spray:spray-json_2.13:1.3.5
|-- org.scalatest:scalatest_2.13:3.1.2
|-- org.scalatestplus:scalacheck-1-14_2.13:3.1.2.0
|-- org.scalatestplus:junit-4-12_2.13:3.1.2.0
|-- junit:junit:4.12