Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.lightbend.akka.discovery |
ArtifactId | ArtifactIdakka-discovery_2.11 |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
akka-discovery_2.11-0.11.0.pom | |
akka-discovery_2.11-0.11.0.jar | 24 KB |
akka-discovery_2.11-0.11.0-sources.jar | 3 KB |
akka-discovery_2.11-0.11.0-javadoc.jar | 364 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.11.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.11.0'
// https://jarcasting.com/artifacts/com.lightbend.akka.discovery/akka-discovery_2.11/
implementation ("com.lightbend.akka.discovery:akka-discovery_2.11:0.11.0")
'com.lightbend.akka.discovery:akka-discovery_2.11:jar:0.11.0'
<dependency org="com.lightbend.akka.discovery" name="akka-discovery_2.11" rev="0.11.0">
<artifact name="akka-discovery_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka.discovery', module='akka-discovery_2.11', version='0.11.0')
)
libraryDependencies += "com.lightbend.akka.discovery" % "akka-discovery_2.11" % "0.11.0"
[com.lightbend.akka.discovery/akka-discovery_2.11 "0.11.0"]