--- layout: page title: Downloads --- ## Latest Version {{site.data.current.version}} {::options parse_block_html="true" /}
### Sbt Coordinates : Add the following tothe build configuration: ~~~scala //main artifact libraryDependencies += "com.github.jodersky" %% "flow" % "{{site.data.current.version}}" //(optional) "fat" jar containing native libraries libraryDependencies += "com.github.jodersky" % "flow-native" % "{{site.data.current.version}}" % "runtime" ~~~ ### Archives - Main Jar [.jar (scala 2.11)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow_2.11/2.4.0-M1/flow_2.11-2.4.0-M1.jar) [.asc (signature)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow_2.11/2.4.0-M1/flow_2.11-2.4.0-M1.jar.asc) - Native Jar [.jar](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow-native/2.4.0-M1/flow-native-2.4.0-M1.jar) [.asc (signature)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow-native/2.4.0-M1/flow-native-2.4.0-M1.jar.asc) - Native Libraries [.tar.gz](https://bintray.com/artifact/download/jodersky/generic/flow-native-libraries.tar.gz) [(signature)](https://bintray.com/artifact/download/jodersky/generic/flow-native-libraries.tar.gz.asc)
### Supported Platforms*
KernelArchitecture
Linuxx86_64
x86
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 - Main Jar [.jar (scala 2.11)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow_2.11/2.3.1/flow_2.11-2.3.1.jar) [.asc (signature)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow_2.11/2.3.1/flow_2.11-2.3.1.jar.asc) - Native Jar [.jar](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow-native/2.3.1/flow-native-2.3.1.jar) [.asc (signature)](https://bintray.com/artifact/download/jodersky/maven/com/github/jodersky/flow-native/2.3.1/flow-native-2.3.1.jar.asc) ### Older Releases Archived releases are available in GitHub releases.