<dependency>
<groupId>com.lightbend.akka.management</groupId>
<artifactId>akka-management-cluster-http_2.12</artifactId>
<version>1.1.3</version>
</dependency>
implementation 'com.lightbend.akka.management:akka-management-cluster-http_2.12:1.1.3'
implementation("com.lightbend.akka.management:akka-management-cluster-http_2.12:1.1.3")
libraryDependencies += "com.lightbend.akka.management" % "akka-management-cluster-http_2.12" % "1.1.3"
@Grapes(
@Grab(group='com.lightbend.akka.management', module='akka-management-cluster-http_2.12', version='1.1.3')
)
<dependency org="com.lightbend.akka.management" name="akka-management-cluster-http_2.12" rev="1.1.3" />
compile
|-- com.lightbend.akka.management:akka-management_2.12:1.1.3
|-- com.typesafe.akka:akka-cluster_2.12:2.6.14
|-- com.typesafe.akka:akka-cluster-sharding_2.12:2.6.14
|-- com.typesafe.akka:akka-http-core_2.12:10.2.7
|-- com.typesafe.akka:akka-http-spray-json_2.12:10.2.7
test
|-- com.typesafe.akka:akka-testkit_2.12:2.6.14
|-- org.mockito:mockito-all:1.10.19
|-- com.typesafe.akka:akka-http-testkit_2.12:10.2.7
|-- com.typesafe.akka:akka-distributed-data_2.12:2.6.14