<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-http-core_3</artifactId>
<version>1.1.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.pekko', module='pekko-http-core_3', version='1.1.0')
)
compile
|-- org.apache.pekko:pekko-parsing_3:1.1.0
|-- org.scala-lang:scala3-library_3:3.3.3
|-- org.parboiled:parboiled_3:2.5.1
provided
|-- org.apache.pekko:pekko-stream_3:1.1.1
test
|-- org.apache.pekko:pekko-stream-testkit_3:1.1.1
|-- io.spray:spray-json_3:1.3.6
|-- org.scalatest:scalatest_3:3.2.19
|-- org.scalatestplus:scalacheck-1-18_3:3.2.19.0