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