Download flow-8.0.1.jar file - Jar f

Jar examples for f:flow

Description

Flow is a library for building custom data handling state transistion machines. It is useful for things like processing input requests or parsing data.

You can download jar file flow 8.0.1 in this page.

License

Intersult Open Binary, Version 1.0

Build File

You can use the following script to add flow-8.0.1.jar to your project.

<dependency>
   <groupId>io.datafx</groupId>
   <artifactId>flow</artifactId>
   <version>8.0.1</version>
</dependency>
compile group: 'io.datafx', name: 'flow', version: '8.0.1'
libraryDependencies += "io.datafx" % "flow" % "8.0.1"
<dependency org="io.datafx" name="flow" rev="8.0.1"/>
@Grapes(@Grab(group='io.datafx', module='flow', version='8.0.1'))
'io.datafx:flow:jar:8.0.1'

Download

Click the following link to download the jar file.

flow-8.0.1-javadoc.jar
flow-8.0.1-sources.jar
flow-8.0.1.jar
flow-8.0.1.pom



Related Tutorials