is not current version
Last Version 3.22.1-eisop1

io.github.eisop:dataflow 3.0.0-b1

Dataflow is a dataflow framework based on the javac compiler.

Categories

Categories

Data
GroupId

GroupId

io.github.eisop
ArtifactId

ArtifactId

dataflow
Version

Version

3.0.0-b1
Type

Type

jar

Download dataflow 3.0.0-b1


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