MVN

com.typesafe.akka : akka-stream-testkit_2.11

Maven & Gradle

Oct 15, 2020
240 usages
12.9k stars

akka-stream-testkit · Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.

<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-stream-testkit_2.11</artifactId>
    <version>2.5.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5.32
  • Latest Release Candidate: 2.5.0-RC2

All Versions

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

Version Vulnerabilities Updated
2.5.x
akka-stream-testkit_2.11-2.5.32
akka-stream-testkit_2.11-2.5.31
akka-stream-testkit_2.11-2.5.30
akka-stream-testkit_2.11-2.5.29
akka-stream-testkit_2.11-2.5.28
akka-stream-testkit_2.11-2.5.27
akka-stream-testkit_2.11-2.5.26
akka-stream-testkit_2.11-2.5.25
akka-stream-testkit_2.11-2.5.24
akka-stream-testkit_2.11-2.5.23
akka-stream-testkit_2.11-2.5.22
akka-stream-testkit_2.11-2.5.21
akka-stream-testkit_2.11-2.5.20
akka-stream-testkit_2.11-2.5.19
akka-stream-testkit_2.11-2.5.18
akka-stream-testkit_2.11-2.5.17
akka-stream-testkit_2.11-2.5.16
akka-stream-testkit_2.11-2.5.15
akka-stream-testkit_2.11-2.5.14
akka-stream-testkit_2.11-2.5.13
akka-stream-testkit_2.11-2.5.12
akka-stream-testkit_2.11-2.5.11
akka-stream-testkit_2.11-2.5.10
akka-stream-testkit_2.11-2.5.9
akka-stream-testkit_2.11-2.5.8
akka-stream-testkit_2.11-2.5.7
akka-stream-testkit_2.11-2.5.6
akka-stream-testkit_2.11-2.5.5
akka-stream-testkit_2.11-2.5.4
akka-stream-testkit_2.11-2.5.3
akka-stream-testkit_2.11-2.5.2
akka-stream-testkit_2.11-2.5.1
akka-stream-testkit_2.11-2.5.0
akka-stream-testkit_2.11-2.5.0-RC2
akka-stream-testkit_2.11-2.5.0-RC1
2.5
akka-stream-testkit_2.11-2.5-M2
akka-stream-testkit_2.11-2.5-M1
2.4.x
akka-stream-testkit_2.11-2.4.20
akka-stream-testkit_2.11-2.4.19
akka-stream-testkit_2.11-2.4.18
akka-stream-testkit_2.11-2.4.17
akka-stream-testkit_2.11-2.4.16
akka-stream-testkit_2.11-2.4.15
akka-stream-testkit_2.11-2.4.14
akka-stream-testkit_2.11-2.4.13
akka-stream-testkit_2.11-2.4.12
akka-stream-testkit_2.11-2.4.11.2
akka-stream-testkit_2.11-2.4.11.1
akka-stream-testkit_2.11-2.4.11
akka-stream-testkit_2.11-2.4.10
akka-stream-testkit_2.11-2.4.9
akka-stream-testkit_2.11-2.4.9-RC2
akka-stream-testkit_2.11-2.4.9-RC1
akka-stream-testkit_2.11-2.4.8
akka-stream-testkit_2.11-2.4.7
akka-stream-testkit_2.11-2.4.6
akka-stream-testkit_2.11-2.4.5
akka-stream-testkit_2.11-2.4.4
akka-stream-testkit_2.11-2.4.3
akka-stream-testkit_2.11-2.4.2
akka-stream-testkit_2.11-2.4.2-RC3
akka-stream-testkit_2.11-2.4.2-RC2
akka-stream-testkit_2.11-2.4.2-RC1
2.4
akka-stream-testkit_2.11-2.4-ARTERY-M4
akka-stream-testkit_2.11-2.4-ARTERY-M3
akka-stream-testkit_2.11-2.4-ARTERY-M2
akka-stream-testkit_2.11-2.4-ARTERY-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-stream-testkit_2.11</artifactId>
    <version>2.5.32</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.typesafe.akka:akka-stream-testkit_2.11:2.5.32'

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

implementation("com.typesafe.akka:akka-stream-testkit_2.11:2.5.32")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.typesafe.akka" % "akka-stream-testkit_2.11" % "2.5.32"

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

Sep 10, 2019
167 usages
5.1k stars
Jun 06, 2023
186 usages
4.4k stars
Jan 10, 2023
201 usages
Aug 10, 2023
168 usages
734 stars
May 05, 2023
171 usages
1.3k stars
Apr 26, 2023
181 usages
641 stars
Dec 31, 2017
183 usages
3.3k stars
May 07, 2017
225 usages
498 stars
Apr 26, 2023
182 usages
169 stars
Jun 15, 2022
340 usages
1.9k stars