w

worker-workflow-aggregator

A worker to generate a workflow of actions to execute in a chain for document workers
https://github.com/CAFDataProcessing/worker-workflow
Anthony McGreevy Dermot Hardy Michael Bryson
Files download
File Operation
worker-workflow-aggregator-7.1.0-1414.pom download
Apache Maven
<dependency>
  <groupId>com.github.cafdataprocessing</groupId>
  <artifactId>worker-workflow-aggregator</artifactId>
  <version>7.1.0-1414</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.cafdataprocessing:worker-workflow-aggregator:7.1.0-1414'
Gradle Kotlin
implementation("com.github.cafdataprocessing:worker-workflow-aggregator:7.1.0-1414")
Scala SBT
libraryDependencies += "com.github.cafdataprocessing" % "worker-workflow-aggregator" % "7.1.0-1414"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafdataprocessing', module='worker-workflow-aggregator', version='7.1.0-1414')
)
Apache Ivy
<dependency org="com.github.cafdataprocessing" name="worker-workflow-aggregator" rev="7.1.0-1414" />
Leiningen
[com.github.cafdataprocessing/worker-workflow-aggregator "7.1.0-1414"]
Apache Buildr
'com.github.cafdataprocessing:worker-workflow-aggregator:jar:7.1.0-1414'