文件下载
文件名 操作
akka-discovery-config_2.11-0.19.0.jar 下载
akka-discovery-config_2.11-0.19.0.pom 下载
akka-discovery-config_2.11-0.19.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.lightbend.akka.discovery</groupId>
  <artifactId>akka-discovery-config_2.11</artifactId>
  <version>0.19.0</version>
</dependency>
Gradle Groovy
implementation 'com.lightbend.akka.discovery:akka-discovery-config_2.11:0.19.0'
Gradle Kotlin
implementation("com.lightbend.akka.discovery:akka-discovery-config_2.11:0.19.0")
Scala SBT
libraryDependencies += "com.lightbend.akka.discovery" % "akka-discovery-config_2.11" % "0.19.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lightbend.akka.discovery', module='akka-discovery-config_2.11', version='0.19.0')
)
Apache Ivy
<dependency org="com.lightbend.akka.discovery" name="akka-discovery-config_2.11" rev="0.19.0" />
Leiningen
[com.lightbend.akka.discovery/akka-discovery-config_2.11 "0.19.0"]
Apache Buildr
'com.lightbend.akka.discovery:akka-discovery-config_2.11:jar:0.19.0'