is not current version
Last Version 2.3.16

com.typesafe.akka:akka-remote_2.10 2.3.8

akka-remote

Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

com.typesafe.akka
ArtifactId

ArtifactId

akka-remote_2.10
Version

Version

2.3.8
Type

Type

jar

Download akka-remote_2.10 2.3.8


<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-remote_2.10/ -->
<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-remote_2.10</artifactId>
    <version>2.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-remote_2.10/
implementation 'com.typesafe.akka:akka-remote_2.10:2.3.8'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-remote_2.10/
implementation ("com.typesafe.akka:akka-remote_2.10:2.3.8")
'com.typesafe.akka:akka-remote_2.10:jar:2.3.8'
<dependency org="com.typesafe.akka" name="akka-remote_2.10" rev="2.3.8">
  <artifact name="akka-remote_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-remote_2.10', version='2.3.8')
)
libraryDependencies += "com.typesafe.akka" % "akka-remote_2.10" % "2.3.8"
[com.typesafe.akka/akka-remote_2.10 "2.3.8"]