a

akka-stream-testkit_2.12

Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.
https://akka.io/
Apache-2.0
Lightbend Inc.
Akka Contributors
Files download
File Operation
akka-stream-testkit_2.12-2.6.0.jar download
akka-stream-testkit_2.12-2.6.0.pom download
akka-stream-testkit_2.12-2.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-stream-testkit_2.12</artifactId>
  <version>2.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-stream-testkit_2.12:2.6.0'
Gradle Kotlin
implementation("com.typesafe.akka:akka-stream-testkit_2.12:2.6.0")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-stream-testkit_2.12" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-stream-testkit_2.12', version='2.6.0')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-stream-testkit_2.12" rev="2.6.0" />
Leiningen
[com.typesafe.akka/akka-stream-testkit_2.12 "2.6.0"]
Apache Buildr
'com.typesafe.akka:akka-stream-testkit_2.12:jar:2.6.0'