<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-http-core_3</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.pekko', module='pekko-http-core_3', version='1.0.0')
)
compile
|-- org.apache.pekko:pekko-parsing_3:1.0.0
|-- org.scala-lang:scala3-library_3:3.3.0
|-- org.parboiled:parboiled_3:2.5.0
provided
|-- org.apache.pekko:pekko-stream_3:1.0.1
test
|-- org.apache.pekko:pekko-stream-testkit_3:1.0.1
|-- io.spray:spray-json_3:1.3.6
|-- org.scalatest:scalatest_3:3.2.14
|-- org.scalatestplus:scalacheck-1-16_3:3.2.14.0