Latest Version 2.4.0-M2

Sbt Coordinates :

Add the following tothe build configuration:

//main artifact
libraryDependencies += "com.github.jodersky" %% "flow" % "2.4.0-M2"

//(optional) "fat" jar containing native libraries
libraryDependencies += "com.github.jodersky" % "flow-native" % "2.4.0-M2" % "runtime"

Archives

Supported Platforms*

KernelArchitecture
Linuxx86_64
x86
armv6l
armv7l
Darwin (Mac OSX)x86_64

*These are the platforms for which a native library is included in the release. Flow is POSIX compatible so it can be built for a lot more platforms.

Release Notes

Consult the release notes for important changes.

Requirements

Flow depends on Akka 2.4 and requires a Java runtime version of 1.8.

Previous Versions

2.3.1

Older Releases

Archived releases are available in GitHub releases.