is not current version
Last Version 5.3

io.activej:activej-dataflow 4.3.1

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

4.3.1
Type

Type

jar

Download activej-dataflow 4.3.1


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