is not current version
Last Version 0.0.4

com.github.daanvdh.javadataflow:JavaDataFlow 0.0.3

Creating Data Flow Graphs from java input classes

Categories

Categories

Data
GroupId

GroupId

com.github.daanvdh.javadataflow
ArtifactId

ArtifactId

JavaDataFlow
Version

Version

0.0.3
Type

Type

jar

Download JavaDataFlow 0.0.3


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