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