MVN

com.typesafe.akka : akka-http-core_2.12

Maven & Gradle

May 05, 2023
225 usages
1.3k stars

akka-http-core · Akka Http: Modern, fast, asynchronous, streaming-first HTTP server and client.

<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-http-core_2.12</artifactId>
    <version>10.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.typesafe.akka : akka-http-core_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.5.2
  • Latest Release Candidate: 10.2.0-RC2

All Versions

Choose a version of com.typesafe.akka : akka-http-core_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.5.x
akka-http-core_2.12-10.5.2
akka-http-core_2.12-10.5.1
akka-http-core_2.12-10.5.0
akka-http-core_2.12-10.5.0-M1
10.4.x
akka-http-core_2.12-10.4.0
akka-http-core_2.12-10.4.0-M2
akka-http-core_2.12-10.4.0-M1
10.2.x
akka-http-core_2.12-10.2.10
akka-http-core_2.12-10.2.9
akka-http-core_2.12-10.2.8
akka-http-core_2.12-10.2.7
akka-http-core_2.12-10.2.6
CVE-2021-42697
akka-http-core_2.12-10.2.5
CVE-2021-42697
akka-http-core_2.12-10.2.5-M2
CVE-2021-42697
akka-http-core_2.12-10.2.5-M1
CVE-2021-42697
akka-http-core_2.12-10.2.4
CVE-2021-42697
akka-http-core_2.12-10.2.3
2 vulnerabilities
akka-http-core_2.12-10.2.2
2 vulnerabilities
akka-http-core_2.12-10.2.1
2 vulnerabilities
akka-http-core_2.12-10.2.0
2 vulnerabilities
akka-http-core_2.12-10.2.0-RC2
2 vulnerabilities
akka-http-core_2.12-10.2.0-RC1
2 vulnerabilities
akka-http-core_2.12-10.2.0-M1
2 vulnerabilities
10.1.x
akka-http-core_2.12-10.1.15
akka-http-core_2.12-10.1.14
CVE-2021-42697
akka-http-core_2.12-10.1.13
2 vulnerabilities
akka-http-core_2.12-10.1.12
2 vulnerabilities
akka-http-core_2.12-10.1.11
2 vulnerabilities
akka-http-core_2.12-10.1.10
2 vulnerabilities
akka-http-core_2.12-10.1.9
2 vulnerabilities
akka-http-core_2.12-10.1.8
2 vulnerabilities
akka-http-core_2.12-10.1.7
2 vulnerabilities
akka-http-core_2.12-10.1.6
2 vulnerabilities
akka-http-core_2.12-10.1.5
2 vulnerabilities
akka-http-core_2.12-10.1.4
3 vulnerabilities
akka-http-core_2.12-10.1.3
3 vulnerabilities
akka-http-core_2.12-10.1.2
3 vulnerabilities
akka-http-core_2.12-10.1.1
3 vulnerabilities
akka-http-core_2.12-10.1.0
3 vulnerabilities
akka-http-core_2.12-10.1.0-RC2
3 vulnerabilities
akka-http-core_2.12-10.1.0-RC1
3 vulnerabilities
10.0.x
akka-http-core_2.12-10.0.15
2 vulnerabilities
akka-http-core_2.12-10.0.14
2 vulnerabilities
akka-http-core_2.12-10.0.13
3 vulnerabilities
akka-http-core_2.12-10.0.12
3 vulnerabilities
akka-http-core_2.12-10.0.11
3 vulnerabilities
akka-http-core_2.12-10.0.10
3 vulnerabilities
akka-http-core_2.12-10.0.9
3 vulnerabilities
akka-http-core_2.12-10.0.8
3 vulnerabilities
akka-http-core_2.12-10.0.7
3 vulnerabilities
akka-http-core_2.12-10.0.6
3 vulnerabilities
akka-http-core_2.12-10.0.5
4 vulnerabilities
akka-http-core_2.12-10.0.4
4 vulnerabilities
akka-http-core_2.12-10.0.3
4 vulnerabilities
akka-http-core_2.12-10.0.2
4 vulnerabilities
akka-http-core_2.12-10.0.1
4 vulnerabilities
akka-http-core_2.12-10.0.0
4 vulnerabilities
akka-http-core_2.12-10.0.0-RC2
4 vulnerabilities
akka-http-core_2.12-10.0.6+7-e2ba6752
3 vulnerabilities

How to add a dependency to Maven

Add the following com.typesafe.akka : akka-http-core_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-http-core_2.12</artifactId>
    <version>10.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.typesafe.akka : akka-http-core_2.12 gradle dependency to your build.gradle file:

implementation 'com.typesafe.akka:akka-http-core_2.12:10.5.2'

Gradle Kotlin DSL: Add the following com.typesafe.akka : akka-http-core_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.typesafe.akka:akka-http-core_2.12:10.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.typesafe.akka : akka-http-core_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.typesafe.akka" % "akka-http-core_2.12" % "10.5.2"

Advertisement

Dependencies from Group

Oct 15, 2020
1k usages
12.9k stars
Oct 15, 2020
999 usages
12.9k stars
Aug 15, 2023
982 usages
12.9k stars
Aug 15, 2023
955 usages
12.9k stars
Aug 15, 2023
933 usages
12.9k stars

Discover Dependencies

Jun 15, 2018
930 usages
24 stars
Jul 28, 2019
126 usages
6.9k stars
Jan 29, 2023
247 usages
247 stars
Dec 11, 2021
23 usages
151 stars
Oct 23, 2019
86 usages
176.1k stars
Dec 06, 2020
4.7k stars
Mar 07, 2023
14 usages
482 stars
Jul 17, 2023
60 usages
68 stars
Aug 16, 2019
3 stars
Aug 15, 2023
624 usages
4.7k stars