a

akka-stream-testkit_3

Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.
https://akka.io/
Apache-2.0
Lightbend Inc.
Akka Contributors
文件下载
文件名 操作
akka-stream-testkit_3-2.6.19.jar 下载
akka-stream-testkit_3-2.6.19.pom 下载
akka-stream-testkit_3-2.6.19-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-stream-testkit_3</artifactId>
  <version>2.6.19</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-stream-testkit_3:2.6.19'
Gradle Kotlin
implementation("com.typesafe.akka:akka-stream-testkit_3:2.6.19")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-stream-testkit_3" % "2.6.19"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-stream-testkit_3', version='2.6.19')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-stream-testkit_3" rev="2.6.19" />
Leiningen
[com.typesafe.akka/akka-stream-testkit_3 "2.6.19"]
Apache Buildr
'com.typesafe.akka:akka-stream-testkit_3:jar:2.6.19'