a

akka-testkit_2.10

akka-testkit
http://akka.io
Apache 2
Typesafe Inc.
Jonas Boner Viktor Klang Roland Kuhn Peter Vlugter
Files download
File Operation
akka-testkit_2.10-2.2.3.jar download
akka-testkit_2.10-2.2.3.pom download
akka-testkit_2.10-2.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-testkit_2.10</artifactId>
  <version>2.2.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-testkit_2.10:2.2.3'
Gradle Kotlin
implementation("com.typesafe.akka:akka-testkit_2.10:2.2.3")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-testkit_2.10" % "2.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-testkit_2.10', version='2.2.3')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-testkit_2.10" rev="2.2.3" />
Leiningen
[com.typesafe.akka/akka-testkit_2.10 "2.2.3"]
Apache Buildr
'com.typesafe.akka:akka-testkit_2.10:jar:2.2.3'