<dependency>
<groupId>com.lightbend.akka.management</groupId>
<artifactId>akka-management-cluster-bootstrap_2.13</artifactId>
<version>1.0.2</version>
</dependency>
implementation 'com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:1.0.2'
implementation("com.lightbend.akka.management:akka-management-cluster-bootstrap_2.13:1.0.2")
libraryDependencies += "com.lightbend.akka.management" % "akka-management-cluster-bootstrap_2.13" % "1.0.2"
@Grapes(
@Grab(group='com.lightbend.akka.management', module='akka-management-cluster-bootstrap_2.13', version='1.0.2')
)
<dependency org="com.lightbend.akka.management" name="akka-management-cluster-bootstrap_2.13" rev="1.0.2" />
compile
|-- org.scala-lang:scala-library:2.13.0
|-- com.lightbend.akka.management:akka-management_2.13:1.0.2
|-- com.typesafe.akka:akka-cluster_2.13:2.5.23
|-- com.typesafe.akka:akka-discovery_2.13:2.5.23
|-- com.typesafe.akka:akka-http-core_2.13:10.1.9
|-- com.typesafe.akka:akka-http-spray-json_2.13:10.1.9
|-- 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.23
|-- junit:junit:4.12
|-- org.mockito:mockito-all:1.10.19