<dependency>
<groupId>com.lightbend.akka.grpc</groupId>
<artifactId>akka-grpc-runtime_2.12</artifactId>
<version>2.3.3</version>
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka.grpc', module='akka-grpc-runtime_2.12', version='2.3.3')
)
compile
|-- org.scala-lang:scala-library:2.12.18
|-- com.thesamet.scalapb:scalapb-runtime_2.12:0.11.13
|-- com.google.protobuf:protobuf-java:3.21.9
|-- io.grpc:grpc-protobuf:1.54.1
|-- io.grpc:grpc-netty-shaded:1.54.1
|-- com.typesafe.akka:akka-stream_2.12:2.7.0
|-- com.typesafe.akka:akka-http-core_2.12:10.5.0
|-- com.typesafe.akka:akka-http_2.12:10.5.0
|-- com.typesafe.akka:akka-discovery_2.12:2.7.0
provided
|-- ch.megard:akka-http-cors_2.12:1.2.0
test
|-- com.typesafe.akka:akka-testkit_2.12:2.7.0
|-- com.typesafe.akka:akka-stream-testkit_2.12:2.7.0