is not current version
Last Version 10.1.15

com.typesafe.akka:akka-http_2.11 10.1.12

Akka Http: Modern, fast, asynchronous, streaming-first HTTP server and client.

Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

com.typesafe.akka
ArtifactId

ArtifactId

akka-http_2.11
Version

Version

10.1.12
Type

Type

jar

Download akka-http_2.11 10.1.12


<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-http_2.11/ -->
<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-http_2.11</artifactId>
    <version>10.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http_2.11/
implementation 'com.typesafe.akka:akka-http_2.11:10.1.12'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http_2.11/
implementation ("com.typesafe.akka:akka-http_2.11:10.1.12")
'com.typesafe.akka:akka-http_2.11:jar:10.1.12'
<dependency org="com.typesafe.akka" name="akka-http_2.11" rev="10.1.12">
  <artifact name="akka-http_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http_2.11', version='10.1.12')
)
libraryDependencies += "com.typesafe.akka" % "akka-http_2.11" % "10.1.12"
[com.typesafe.akka/akka-http_2.11 "10.1.12"]