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