License |
License |
---|---|
Categories |
CategoriesAkka Container Microservices Reactive libraries |
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-testkit_3 |
Last Version | Last Version2.6.19 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionakka-testkit
Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
akka-testkit_3-2.6.19.pom | |
akka-testkit_3-2.6.19.jar | 354 KB |
akka-testkit_3-2.6.19-sources.jar | 40 KB |
akka-testkit_3-2.6.19-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-testkit_3/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_3</artifactId>
<version>2.6.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-testkit_3/
implementation 'com.typesafe.akka:akka-testkit_3:2.6.19'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-testkit_3/
implementation ("com.typesafe.akka:akka-testkit_3:2.6.19")
'com.typesafe.akka:akka-testkit_3:jar:2.6.19'
<dependency org="com.typesafe.akka" name="akka-testkit_3" rev="2.6.19">
<artifact name="akka-testkit_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-testkit_3', version='2.6.19')
)
libraryDependencies += "com.typesafe.akka" % "akka-testkit_3" % "2.6.19"
[com.typesafe.akka/akka-testkit_3 "2.6.19"]
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.akka : akka-actor_3 | jar | 2.6.19 |
org.scala-lang : scala3-library_3 | jar | 3.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.scalatest : scalatest_3 | jar | 3.2.9 |
io.dropwizard.metrics : metrics-core | jar | 4.2.7 |
io.dropwizard.metrics : metrics-jvm | jar | 4.2.7 |
org.latencyutils : LatencyUtils | jar | 2.0.3 |
org.hdrhistogram : HdrHistogram | jar | 2.1.12 |