Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.lightbend.akka.discovery |
ArtifactId | ArtifactIdakka-discovery-aggregate_2.12 |
Version | Version0.19.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lightbend.akka.discovery/akka-discovery-aggregate_2.12/ -->
<dependency>
<groupId>com.lightbend.akka.discovery</groupId>
<artifactId>akka-discovery-aggregate_2.12</artifactId>
<version>0.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.akka.discovery/akka-discovery-aggregate_2.12/
implementation 'com.lightbend.akka.discovery:akka-discovery-aggregate_2.12:0.19.0'
// https://jarcasting.com/artifacts/com.lightbend.akka.discovery/akka-discovery-aggregate_2.12/
implementation ("com.lightbend.akka.discovery:akka-discovery-aggregate_2.12:0.19.0")
'com.lightbend.akka.discovery:akka-discovery-aggregate_2.12:jar:0.19.0'
<dependency org="com.lightbend.akka.discovery" name="akka-discovery-aggregate_2.12" rev="0.19.0">
<artifact name="akka-discovery-aggregate_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka.discovery', module='akka-discovery-aggregate_2.12', version='0.19.0')
)
libraryDependencies += "com.lightbend.akka.discovery" % "akka-discovery-aggregate_2.12" % "0.19.0"
[com.lightbend.akka.discovery/akka-discovery-aggregate_2.12 "0.19.0"]