<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-http-core_2.13</artifactId>
<version>1.1.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.pekko', module='pekko-http-core_2.13', version='1.1.0')
)
compile
|-- org.scala-lang:scala-library:2.13.14
|-- org.apache.pekko:pekko-parsing_2.13:1.1.0
|-- org.parboiled:parboiled_2.13:2.5.1
provided
|-- org.apache.pekko:pekko-stream_2.13:1.1.1
test
|-- org.apache.pekko:pekko-stream-testkit_2.13:1.1.1
|-- io.spray:spray-json_2.13:1.3.6
|-- org.scalatest:scalatest_2.13:3.2.19
|-- org.scalatestplus:scalacheck-1-18_2.13:3.2.19.0