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