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