| Categories | CategoriesAkka Container Microservices Reactive libraries | 
|---|---|
| GroupId | GroupIdorg.apache.bahir | 
| ArtifactId | ArtifactIdspark-streaming-akka_2.11 | 
| Version | Version2.0.0-preview | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.apache.bahir/spark-streaming-akka_2.11/ -->
<dependency>
    <groupId>org.apache.bahir</groupId>
    <artifactId>spark-streaming-akka_2.11</artifactId>
    <version>2.0.0-preview</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.bahir/spark-streaming-akka_2.11/
implementation 'org.apache.bahir:spark-streaming-akka_2.11:2.0.0-preview'// https://jarcasting.com/artifacts/org.apache.bahir/spark-streaming-akka_2.11/
implementation ("org.apache.bahir:spark-streaming-akka_2.11:2.0.0-preview")'org.apache.bahir:spark-streaming-akka_2.11:jar:2.0.0-preview'<dependency org="org.apache.bahir" name="spark-streaming-akka_2.11" rev="2.0.0-preview">
  <artifact name="spark-streaming-akka_2.11" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.bahir', module='spark-streaming-akka_2.11', version='2.0.0-preview')
)libraryDependencies += "org.apache.bahir" % "spark-streaming-akka_2.11" % "2.0.0-preview"[org.apache.bahir/spark-streaming-akka_2.11 "2.0.0-preview"]