a

akka-cluster-tools_2.11

Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.
https://akka.io/
Apache License, Version 2.0
Lightbend Inc.
Akka Contributors
文件下载
文件名 操作
akka-cluster-tools_2.11-2.5.27.jar 下载
akka-cluster-tools_2.11-2.5.27.pom 下载
akka-cluster-tools_2.11-2.5.27-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-cluster-tools_2.11</artifactId>
  <version>2.5.27</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-cluster-tools_2.11:2.5.27'
Gradle Kotlin
implementation("com.typesafe.akka:akka-cluster-tools_2.11:2.5.27")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-cluster-tools_2.11" % "2.5.27"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-cluster-tools_2.11', version='2.5.27')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-cluster-tools_2.11" rev="2.5.27" />
Leiningen
[com.typesafe.akka/akka-cluster-tools_2.11 "2.5.27"]
Apache Buildr
'com.typesafe.akka:akka-cluster-tools_2.11:jar:2.5.27'