<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-remote_2.13</artifactId>
<version>1.1.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.pekko', module='pekko-remote_2.13', version='1.1.0')
)
compile
|-- org.scala-lang:scala-library:2.13.14
|-- org.apache.pekko:pekko-actor_2.13:1.1.0
|-- org.apache.pekko:pekko-stream_2.13:1.1.0
|-- org.apache.pekko:pekko-pki_2.13:1.1.0
|-- io.netty:netty-transport:4.1.112.Final
|-- io.netty:netty-handler:4.1.112.Final
|-- io.aeron:aeron-driver:1.45.0
|-- io.aeron:aeron-client:1.45.0
test
|-- org.apache.pekko:pekko-actor-tests_2.13:1.1.0
|-- org.apache.pekko:pekko-testkit_2.13:1.1.0
|-- org.apache.pekko:pekko-stream-testkit_2.13:1.1.0
|-- org.apache.pekko:pekko-serialization-jackson_2.13:1.1.0
|-- org.scalatest:scalatest_2.13:3.2.19