<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-remote_2.13</artifactId>
<version>2.6.0-RC1</version>
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-remote_2.13', version='2.6.0-RC1')
)
compile
|-- org.scala-lang:scala-library:2.13.0
|-- com.typesafe.akka:akka-actor_2.13:2.6.0-RC1
|-- com.typesafe.akka:akka-stream_2.13:2.6.0-RC1
|-- io.netty:netty:3.10.6.Final
|-- io.aeron:aeron-driver:1.22.1
|-- io.aeron:aeron-client:1.22.1
provided
|-- com.github.ghik:silencer-lib_2.13:1.4.2
test
|-- com.typesafe.akka:akka-protobuf_2.13:2.6.0-RC1
|-- com.typesafe.akka:akka-actor-tests_2.13:2.6.0-RC1
|-- com.typesafe.akka:akka-testkit_2.13:2.6.0-RC1
|-- com.typesafe.akka:akka-stream-testkit_2.13:2.6.0-RC1
|-- com.typesafe.akka:akka-serialization-jackson_2.13:2.6.0-RC1
|-- junit:junit:4.12
|-- org.scalatest:scalatest_2.13:3.0.8