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