| License |
License |
|---|---|
| Categories |
CategoriesAkka Container Microservices Reactive libraries |
| GroupId | GroupIdcom.typesafe.akka |
| ArtifactId | ArtifactIdakka-testkit-typed_2.11 |
| Version | Version2.5.12 |
| Type | Typejar |
| Description |
Descriptionakka-testkit-typed
akka-testkit-typed
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-testkit-typed_2.11/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit-typed_2.11</artifactId>
<version>2.5.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-testkit-typed_2.11/
implementation 'com.typesafe.akka:akka-testkit-typed_2.11:2.5.12'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-testkit-typed_2.11/
implementation ("com.typesafe.akka:akka-testkit-typed_2.11:2.5.12")
'com.typesafe.akka:akka-testkit-typed_2.11:jar:2.5.12'
<dependency org="com.typesafe.akka" name="akka-testkit-typed_2.11" rev="2.5.12">
<artifact name="akka-testkit-typed_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-testkit-typed_2.11', version='2.5.12')
)
libraryDependencies += "com.typesafe.akka" % "akka-testkit-typed_2.11" % "2.5.12"
[com.typesafe.akka/akka-testkit-typed_2.11 "2.5.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.11.12 |
| com.typesafe.akka : akka-actor-typed_2.11 | jar | 2.5.12 |
| com.typesafe.akka : akka-testkit_2.11 | jar | 2.5.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.12 |