Files download
File Operation
akka-testkit_2.11-2.5.14.jar download
akka-testkit_2.11-2.5.14.pom download
akka-testkit_2.11-2.5.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-testkit_2.11</artifactId>
  <version>2.5.14</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-testkit_2.11:2.5.14'
Gradle Kotlin
implementation("com.typesafe.akka:akka-testkit_2.11:2.5.14")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-testkit_2.11" % "2.5.14"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-testkit_2.11', version='2.5.14')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-testkit_2.11" rev="2.5.14" />
Leiningen
[com.typesafe.akka/akka-testkit_2.11 "2.5.14"]
Apache Buildr
'com.typesafe.akka:akka-testkit_2.11:jar:2.5.14'