w

workflow

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