<dependency>
<groupId>com.lightbend.akka.management</groupId>
<artifactId>akka-management-cluster-bootstrap_2.13</artifactId>
<version>1.0.7</version>
</dependency>
implementation 'com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:1.0.7'
implementation("com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:1.0.7")
libraryDependencies += "com.lightbend.akka.management" % "akka-management-cluster-bootstrap_2.13" % "1.0.7"
@Grapes(
@Grab(group='com.lightbend.akka.management', module='akka-management-cluster-bootstrap_2.13', version='1.0.7')
)
<dependency org="com.lightbend.akka.management" name="akka-management-cluster-bootstrap_2.13" rev="1.0.7" />
compile
|-- org.scala-lang:scala-library:2.13.0
|-- com.lightbend.akka.management:akka-management_2.13:1.0.7
|-- com.typesafe.akka:akka-cluster_2.13:2.5.27
|-- com.typesafe.akka:akka-discovery_2.13:2.5.27
|-- com.typesafe.akka:akka-http-core_2.13:10.1.11
|-- com.typesafe.akka:akka-http-spray-json_2.13:10.1.11
|-- io.spray:spray-json_2.13:1.3.5
test
|-- org.scalatest:scalatest_2.13:3.0.8
|-- com.typesafe.akka:akka-testkit_2.13:2.5.27
|-- junit:junit:4.13
|-- org.mockito:mockito-all:1.10.19