a

akka-management-cluster-http_2.13

Akka Management is a suite of tools for operating Akka Clusters.
https://akka.io/
Apache-2.0
Lightbend Inc.
Contributors
Files download
File Operation
akka-management-cluster-http_2.13-1.0.5.jar download
akka-management-cluster-http_2.13-1.0.5.pom download
akka-management-cluster-http_2.13-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lightbend.akka.management</groupId>
  <artifactId>akka-management-cluster-http_2.13</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.lightbend.akka.management:akka-management-cluster-http_2.13:1.0.5'
Gradle Kotlin
implementation("com.lightbend.akka.management:akka-management-cluster-http_2.13:1.0.5")
Scala SBT
libraryDependencies += "com.lightbend.akka.management" % "akka-management-cluster-http_2.13" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.lightbend.akka.management', module='akka-management-cluster-http_2.13', version='1.0.5')
)
Apache Ivy
<dependency org="com.lightbend.akka.management" name="akka-management-cluster-http_2.13" rev="1.0.5" />
Leiningen
[com.lightbend.akka.management/akka-management-cluster-http_2.13 "1.0.5"]
Apache Buildr
'com.lightbend.akka.management:akka-management-cluster-http_2.13:jar:1.0.5'