is not current version
Last Version 10.2.9

com.typesafe.akka:akka-http-core_2.13 10.1.11

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-core_2.13
Version

Version

10.1.11
Type

Type

jar

Download akka-http-core_2.13 10.1.11


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