<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-grpc-runtime_2.13</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.pekko', module='pekko-grpc-runtime_2.13', version='1.0.0')
)
compile
|-- org.scala-lang:scala-library:2.13.11
|-- com.thesamet.scalapb:scalapb-runtime_2.13:0.11.11
|-- com.google.protobuf:protobuf-java:3.20.3
|-- io.grpc:grpc-protobuf:1.48.1
|-- io.grpc:grpc-netty-shaded:1.48.1
|-- org.apache.pekko:pekko-stream_2.13:1.0.1
|-- org.apache.pekko:pekko-http-core_2.13:1.0.0
|-- org.apache.pekko:pekko-http_2.13:1.0.0
|-- org.apache.pekko:pekko-discovery_2.13:1.0.1
|-- org.apache.pekko:pekko-http-cors_2.13:1.0.0
provided
test
|-- org.apache.pekko:pekko-testkit_2.13:1.0.1
|-- org.apache.pekko:pekko-stream-testkit_2.13:1.0.1