a

akka-http_2.13

Akka Http: Modern, fast, asynchronous, streaming-first HTTP server and client.
https://akka.io
Apache-2.0
Lightbend
Contributors
Files download
File Operation
akka-http_2.13-10.2.10.jar download
akka-http_2.13-10.2.10.pom download
akka-http_2.13-10.2.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-http_2.13</artifactId>
  <version>10.2.10</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-http_2.13:10.2.10'
Gradle Kotlin
implementation("com.typesafe.akka:akka-http_2.13:10.2.10")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-http_2.13" % "10.2.10"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-http_2.13', version='10.2.10')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-http_2.13" rev="10.2.10" />
Leiningen
[com.typesafe.akka/akka-http_2.13 "10.2.10"]
Apache Buildr
'com.typesafe.akka:akka-http_2.13:jar:10.2.10'