Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-remote_2.13.0-M5 |
Version | Version2.5.23 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-remote_2.13.0-M5/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-remote_2.13.0-M5</artifactId>
<version>2.5.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-remote_2.13.0-M5/
implementation 'com.typesafe.akka:akka-remote_2.13.0-M5:2.5.23'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-remote_2.13.0-M5/
implementation ("com.typesafe.akka:akka-remote_2.13.0-M5:2.5.23")
'com.typesafe.akka:akka-remote_2.13.0-M5:jar:2.5.23'
<dependency org="com.typesafe.akka" name="akka-remote_2.13.0-M5" rev="2.5.23">
<artifact name="akka-remote_2.13.0-M5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-remote_2.13.0-M5', version='2.5.23')
)
libraryDependencies += "com.typesafe.akka" % "akka-remote_2.13.0-M5" % "2.5.23"
[com.typesafe.akka/akka-remote_2.13.0-M5 "2.5.23"]