<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-cluster_2.13</artifactId>
<version>1.0.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.pekko', module='pekko-cluster_2.13', version='1.0.1')
)
compile
|-- org.scala-lang:scala-library:2.13.11
|-- org.apache.pekko:pekko-remote_2.13:1.0.1
|-- org.apache.pekko:pekko-coordination_2.13:1.0.1
test
|-- org.apache.pekko:pekko-remote-tests_2.13:1.0.1
|-- org.apache.pekko:pekko-testkit_2.13:1.0.1