MVN

com.typesafe.akka : akka-http-testkit_2.13

Maven & Gradle

Feb 21, 2023
171 usages

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

<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-http-testkit_2.13</artifactId>
    <version>10.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

  • Version Updated
  • akka-http-testkit_2.13-10.5.0

    Feb 21, 2023
  • akka-http-testkit_2.13-10.5.0-M1

    Nov 10, 2022
  • akka-http-testkit_2.13-10.4.0

    Oct 19, 2022
  • akka-http-testkit_2.13-10.4.0-M2

    Oct 17, 2022
  • akka-http-testkit_2.13-10.4.0-M1

    Sep 23, 2022
  • akka-http-testkit_2.13-10.2.10

    Sep 06, 2022
  • akka-http-testkit_2.13-10.2.9

    Mar 03, 2022
  • akka-http-testkit_2.13-10.2.8

    Feb 14, 2022
  • akka-http-testkit_2.13-10.1.15

    Nov 22, 2021
  • akka-http-testkit_2.13-10.2.7

    Nov 02, 2021
  • akka-http-testkit_2.13-10.2.6

    Aug 05, 2021
  • akka-http-testkit_2.13-10.2.5

    Jul 26, 2021
  • akka-http-testkit_2.13-10.2.5-M2

    Jul 22, 2021
  • akka-http-testkit_2.13-10.2.5-M1

    Jun 29, 2021
  • akka-http-testkit_2.13-10.1.14

    Feb 24, 2021
  • akka-http-testkit_2.13-10.2.4

    Feb 24, 2021
  • akka-http-testkit_2.13-10.2.3

    Jan 18, 2021
  • akka-http-testkit_2.13-10.2.2

    Dec 08, 2020
  • akka-http-testkit_2.13-10.1.13

    Nov 18, 2020
  • akka-http-testkit_2.13-10.2.1

    Oct 02, 2020
  • akka-http-testkit_2.13-10.2.0

    Aug 06, 2020
  • akka-http-testkit_2.13-10.2.0-RC2

    Jul 23, 2020
  • akka-http-testkit_2.13-10.2.0-RC1

    Jun 25, 2020
  • akka-http-testkit_2.13-10.1.12

    May 11, 2020
  • akka-http-testkit_2.13-10.2.0-M1

    Apr 23, 2020
  • akka-http-testkit_2.13-10.1.11

    Dec 02, 2019
  • akka-http-testkit_2.13-10.1.10

    Sep 20, 2019
  • akka-http-testkit_2.13-10.1.9

    Jul 17, 2019
  • akka-http-testkit_2.13-10.1.8

    Jun 11, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-http-testkit_2.13</artifactId>
    <version>10.5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.typesafe.akka:akka-http-testkit_2.13:10.5.0'

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

implementation("com.typesafe.akka:akka-http-testkit_2.13:10.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.typesafe.akka" % "akka-http-testkit_2.13" % "10.5.0"