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