Jar examples for f:flow
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 1.0.0 in this page.
Intersult Open Binary, Version 1.0
You can use the following script to add flow-1.0.0.jar to your project.
<dependency> <groupId>com.vaadin</groupId> <artifactId>flow</artifactId> <version>1.0.0</version> </dependency>
compile group: 'com.vaadin', name: 'flow', version: '1.0.0'
libraryDependencies += "com.vaadin" % "flow" % "1.0.0"
<dependency org="com.vaadin" name="flow" rev="1.0.0"/>
@Grapes(@Grab(group='com.vaadin', module='flow', version='1.0.0'))
'com.vaadin:flow:jar:1.0.0'
Click the following link to download the jar file.
flow-1.0.0.pom