a

akka-testkit_3

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-testkit_3-2.6.18.jar download
akka-testkit_3-2.6.18.pom download
akka-testkit_3-2.6.18-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-testkit_3</artifactId>
  <version>2.6.18</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-testkit_3:2.6.18'
Gradle Kotlin
implementation("com.typesafe.akka:akka-testkit_3:2.6.18")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-testkit_3" % "2.6.18"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-testkit_3', version='2.6.18')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-testkit_3" rev="2.6.18" />
Leiningen
[com.typesafe.akka/akka-testkit_3 "2.6.18"]
Apache Buildr
'com.typesafe.akka:akka-testkit_3:jar:2.6.18'