is not current version
Last Version 5.3

io.activej:activej-dataflow 5.0-rc2

Distributed stream-based batch processing engine for Big Data applications. Contains tools for working with large datasets spanned multiple partitions.

Categories

Categories

Data ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-dataflow
Version

Version

5.0-rc2
Type

Type

jar

Download activej-dataflow 5.0-rc2


<!-- https://jarcasting.com/artifacts/io.activej/activej-dataflow/ -->
<dependency>
    <groupId>io.activej</groupId>
    <artifactId>activej-dataflow</artifactId>
    <version>5.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-dataflow/
implementation 'io.activej:activej-dataflow:5.0-rc2'
// https://jarcasting.com/artifacts/io.activej/activej-dataflow/
implementation ("io.activej:activej-dataflow:5.0-rc2")
'io.activej:activej-dataflow:jar:5.0-rc2'
<dependency org="io.activej" name="activej-dataflow" rev="5.0-rc2">
  <artifact name="activej-dataflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-dataflow', version='5.0-rc2')
)
libraryDependencies += "io.activej" % "activej-dataflow" % "5.0-rc2"
[io.activej/activej-dataflow "5.0-rc2"]