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