Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.lightbend.akka.discovery |
ArtifactId | ArtifactIdakka-discovery_2.11 |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
akka-discovery_2.11-0.8.0.pom | |
akka-discovery_2.11-0.8.0.jar | 21 KB |
akka-discovery_2.11-0.8.0-sources.jar | 2 KB |
akka-discovery_2.11-0.8.0-javadoc.jar | 360 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lightbend.akka.discovery/akka-discovery_2.11/ -->
<dependency>
<groupId>com.lightbend.akka.discovery</groupId>
<artifactId>akka-discovery_2.11</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightbend.akka.discovery/akka-discovery_2.11/
implementation 'com.lightbend.akka.discovery:akka-discovery_2.11:0.8.0'
// https://jarcasting.com/artifacts/com.lightbend.akka.discovery/akka-discovery_2.11/
implementation ("com.lightbend.akka.discovery:akka-discovery_2.11:0.8.0")
'com.lightbend.akka.discovery:akka-discovery_2.11:jar:0.8.0'
<dependency org="com.lightbend.akka.discovery" name="akka-discovery_2.11" rev="0.8.0">
<artifact name="akka-discovery_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka.discovery', module='akka-discovery_2.11', version='0.8.0')
)
libraryDependencies += "com.lightbend.akka.discovery" % "akka-discovery_2.11" % "0.8.0"
[com.lightbend.akka.discovery/akka-discovery_2.11 "0.8.0"]