<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-http-core_2.13</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.pekko', module='pekko-http-core_2.13', version='1.0.0')
)
compile
|-- org.scala-lang:scala-library:2.13.11
|-- org.apache.pekko:pekko-parsing_2.13:1.0.0
|-- org.parboiled:parboiled_2.13:2.5.0
provided
|-- org.apache.pekko:pekko-stream_2.13:1.0.1
test
|-- org.apache.pekko:pekko-stream-testkit_2.13:1.0.1
|-- io.spray:spray-json_2.13:1.3.6
|-- org.scalatest:scalatest_2.13:3.2.14
|-- org.scalatestplus:scalacheck-1-16_2.13:3.2.14.0