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