is not current version
Last Version 10.2.9

com.typesafe.akka:akka-http_2.13 10.2.1

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

Version

10.2.1
Type

Type

jar

Download akka-http_2.13 10.2.1


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