Categories |
CategoriesAkka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-stream-testkit_2.11 |
Version | Version2.5.21 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-stream-testkit_2.11/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream-testkit_2.11</artifactId>
<version>2.5.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-stream-testkit_2.11/
implementation 'com.typesafe.akka:akka-stream-testkit_2.11:2.5.21'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-stream-testkit_2.11/
implementation ("com.typesafe.akka:akka-stream-testkit_2.11:2.5.21")
'com.typesafe.akka:akka-stream-testkit_2.11:jar:2.5.21'
<dependency org="com.typesafe.akka" name="akka-stream-testkit_2.11" rev="2.5.21">
<artifact name="akka-stream-testkit_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-stream-testkit_2.11', version='2.5.21')
)
libraryDependencies += "com.typesafe.akka" % "akka-stream-testkit_2.11" % "2.5.21"
[com.typesafe.akka/akka-stream-testkit_2.11 "2.5.21"]