akka / akka   2.8.5

Contributors Wanted Website GitHub

Build highly concurrent, distributed, and resilient message-driven applications on the JVM

Scala versions: 3.x 2.13 2.12 2.11 2.10

akka-testkit 2.3.4-spark


Group ID:
org.spark-project.akka
Artifact ID:
akka-testkit_2.10
Version:
2.3.4-spark
Release Date:
Oct 11, 2014
Licenses:

libraryDependencies += "org.spark-project.akka" %% "akka-testkit" % "2.3.4-spark"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.spark-project.akka::akka-testkit:2.3.4-spark"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.spark-project.akka::akka-testkit:2.3.4-spark"

Ammonite REPL

import $ivy.`org.spark-project.akka::akka-testkit:2.3.4-spark`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.spark-project.akka</groupId>
  <artifactId>akka-testkit_2.10</artifactId>
  <version>2.3.4-spark</version>
</dependency>

compile group: 'org.spark-project.akka', name: 'akka-testkit_2.10', version: '2.3.4-spark'