MVN

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

Maven & Gradle

Nov 22, 2021
110 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.11</artifactId>
    <version>10.1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 10.1.15
  • Latest Release Candidate: 10.1.0-RC2

All Versions

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

Version Vulnerabilities Updated
10.1.x
akka-http-core_2.11-10.1.15
akka-http-core_2.11-10.1.14
CVE-2021-42697
akka-http-core_2.11-10.1.13
2 vulnerabilities
akka-http-core_2.11-10.1.12
2 vulnerabilities
akka-http-core_2.11-10.1.11
2 vulnerabilities
akka-http-core_2.11-10.1.10
2 vulnerabilities
akka-http-core_2.11-10.1.9
2 vulnerabilities
akka-http-core_2.11-10.1.8
2 vulnerabilities
akka-http-core_2.11-10.1.7
2 vulnerabilities
akka-http-core_2.11-10.1.6
2 vulnerabilities
akka-http-core_2.11-10.1.5
2 vulnerabilities
akka-http-core_2.11-10.1.4
3 vulnerabilities
akka-http-core_2.11-10.1.3
3 vulnerabilities
akka-http-core_2.11-10.1.2
3 vulnerabilities
akka-http-core_2.11-10.1.1
3 vulnerabilities
akka-http-core_2.11-10.1.0
3 vulnerabilities
akka-http-core_2.11-10.1.0-RC2
3 vulnerabilities
akka-http-core_2.11-10.1.0-RC1
3 vulnerabilities
10.0.x
akka-http-core_2.11-10.0.15
2 vulnerabilities
akka-http-core_2.11-10.0.14
2 vulnerabilities
akka-http-core_2.11-10.0.13
3 vulnerabilities
akka-http-core_2.11-10.0.12
3 vulnerabilities
akka-http-core_2.11-10.0.11
3 vulnerabilities
akka-http-core_2.11-10.0.10
3 vulnerabilities
akka-http-core_2.11-10.0.9
3 vulnerabilities
akka-http-core_2.11-10.0.8
3 vulnerabilities
akka-http-core_2.11-10.0.7
3 vulnerabilities
akka-http-core_2.11-10.0.6
3 vulnerabilities
akka-http-core_2.11-10.0.5
4 vulnerabilities
akka-http-core_2.11-10.0.4
4 vulnerabilities
akka-http-core_2.11-10.0.3
4 vulnerabilities
akka-http-core_2.11-10.0.2
4 vulnerabilities
akka-http-core_2.11-10.0.1
4 vulnerabilities
akka-http-core_2.11-10.0.0
4 vulnerabilities
akka-http-core_2.11-10.0.0-RC2
4 vulnerabilities
akka-http-core_2.11-10.0.6+7-e2ba6752
3 vulnerabilities
3.0.x
akka-http-core_2.11-3.0.0-RC1
4 vulnerabilities
2.4.x
akka-http-core_2.11-2.4.11.2
3 vulnerabilities
akka-http-core_2.11-2.4.11.1
4 vulnerabilities
akka-http-core_2.11-2.4.11
4 vulnerabilities
akka-http-core_2.11-2.4.10
4 vulnerabilities
akka-http-core_2.11-2.4.9
4 vulnerabilities
akka-http-core_2.11-2.4.9-RC2
4 vulnerabilities
akka-http-core_2.11-2.4.9-RC1
4 vulnerabilities
akka-http-core_2.11-2.4.8
4 vulnerabilities
akka-http-core_2.11-2.4.7
4 vulnerabilities
akka-http-core_2.11-2.4.6
4 vulnerabilities
akka-http-core_2.11-2.4.5
4 vulnerabilities
akka-http-core_2.11-2.4.4
4 vulnerabilities
akka-http-core_2.11-2.4.3
4 vulnerabilities
akka-http-core_2.11-2.4.2
4 vulnerabilities
akka-http-core_2.11-2.4.2-RC3
4 vulnerabilities
akka-http-core_2.11-2.4.2-RC2
4 vulnerabilities
akka-http-core_2.11-2.4.2-RC1
4 vulnerabilities
2.4
akka-http-core_2.11-2.4-ARTERY-M4
4 vulnerabilities
akka-http-core_2.11-2.4-ARTERY-M3
4 vulnerabilities
akka-http-core_2.11-2.4-ARTERY-M2
4 vulnerabilities
akka-http-core_2.11-2.4-ARTERY-M1
4 vulnerabilities

How to add a dependency to Maven

Add the following com.typesafe.akka : akka-http-core_2.11 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.11</artifactId>
    <version>10.1.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.typesafe.akka:akka-http-core_2.11:10.1.15'

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

implementation("com.typesafe.akka:akka-http-core_2.11:10.1.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.typesafe.akka" % "akka-http-core_2.11" % "10.1.15"

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

Jul 29, 2016
2 usages
17 stars
Jul 27, 2023
5 usages
1.9k stars
Mar 07, 2016
2 usages
Aug 10, 2023
19 usages
Jul 13, 2023
1 usages
1.3k stars
Jan 31, 2016
Mar 01, 2022
12 usages
1k stars