<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-remote_2.13</artifactId>
<version>1.0.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.pekko', module='pekko-remote_2.13', version='1.0.1')
)
compile
|-- org.scala-lang:scala-library:2.13.11
|-- org.apache.pekko:pekko-actor_2.13:1.0.1
|-- org.apache.pekko:pekko-stream_2.13:1.0.1
|-- org.apache.pekko:pekko-pki_2.13:1.0.1
|-- io.netty:netty:3.10.6.Final
|-- io.aeron:aeron-driver:1.38.1
|-- io.aeron:aeron-client:1.38.1
test
|-- org.apache.pekko:pekko-protobuf_2.13:1.0.1
|-- org.apache.pekko:pekko-actor-tests_2.13:1.0.1
|-- org.apache.pekko:pekko-testkit_2.13:1.0.1
|-- org.apache.pekko:pekko-stream-testkit_2.13:1.0.1
|-- org.apache.pekko:pekko-serialization-jackson_2.13:1.0.1
|-- org.scalatest:scalatest_2.13:3.2.14