| License |
License |
|---|---|
| Categories |
CategoriesAkka Container Microservices Reactive libraries |
| GroupId | GroupIdcom.typesafe.akka |
| ArtifactId | ArtifactIdakka-testkit_2.11.0-RC3 |
| Version | Version2.3.0 |
| Type | Typejar |
| Description |
Descriptionakka-testkit
akka-testkit
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-testkit_2.11.0-RC3/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.11.0-RC3</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-testkit_2.11.0-RC3/
implementation 'com.typesafe.akka:akka-testkit_2.11.0-RC3:2.3.0'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-testkit_2.11.0-RC3/
implementation ("com.typesafe.akka:akka-testkit_2.11.0-RC3:2.3.0")
'com.typesafe.akka:akka-testkit_2.11.0-RC3:jar:2.3.0'
<dependency org="com.typesafe.akka" name="akka-testkit_2.11.0-RC3" rev="2.3.0">
<artifact name="akka-testkit_2.11.0-RC3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-testkit_2.11.0-RC3', version='2.3.0')
)
libraryDependencies += "com.typesafe.akka" % "akka-testkit_2.11.0-RC3" % "2.3.0"
[com.typesafe.akka/akka-testkit_2.11.0-RC3 "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.0-RC3 |
| com.typesafe.akka : akka-actor_2.11.0-RC3 | jar | 2.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.scalatest : scalatest_2.11.0-RC3 | jar | 2.1.2 |