Files download
File Operation
flow_2.11-2.0.6.jar download
flow_2.11-2.0.6.pom download
flow_2.11-2.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jodersky</groupId>
  <artifactId>flow_2.11</artifactId>
  <version>2.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.jodersky:flow_2.11:2.0.6'
Gradle Kotlin
implementation("com.github.jodersky:flow_2.11:2.0.6")
Scala SBT
libraryDependencies += "com.github.jodersky" % "flow_2.11" % "2.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jodersky', module='flow_2.11', version='2.0.6')
)
Apache Ivy
<dependency org="com.github.jodersky" name="flow_2.11" rev="2.0.6" />
Leiningen
[com.github.jodersky/flow_2.11 "2.0.6"]
Apache Buildr
'com.github.jodersky:flow_2.11:jar:2.0.6'