<dependency>
<groupId>com.lightbend.akka.grpc</groupId>
<artifactId>akka-grpc-runtime_3</artifactId>
<version>2.3.4</version>
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka.grpc', module='akka-grpc-runtime_3', version='2.3.4')
)
compile
|-- org.scala-lang:scala3-library_3:3.2.2
|-- com.thesamet.scalapb:scalapb-runtime_3:0.11.13
|-- com.google.protobuf:protobuf-java:3.21.9
|-- io.grpc:grpc-protobuf:1.54.2
|-- io.grpc:grpc-netty-shaded:1.54.2
|-- com.typesafe.akka:akka-stream_3:2.7.0
|-- com.typesafe.akka:akka-http-core_3:10.5.0
|-- com.typesafe.akka:akka-http_3:10.5.0
|-- com.typesafe.akka:akka-discovery_3:2.7.0
provided
|-- ch.megard:akka-http-cors_3:1.2.0
test
|-- com.typesafe.akka:akka-testkit_3:2.7.0
|-- com.typesafe.akka:akka-stream-testkit_3:2.7.0