is not current version
Last Version 1.9.1

org.apache.oodt:cas-workflow 0.6

The workflow management component of a Catalog and Archive Service. This component purposefully separates workflow repositories and workflow engines standard interfaces, and provides some out of the box backend implementations of them (including one based on the javax.sql.DataSource interface). This component provides everything that you need to execute workflows, and science processing pipelines.

GroupId

GroupId

org.apache.oodt
ArtifactId

ArtifactId

cas-workflow
Version

Version

0.6
Type

Type

jar

Download cas-workflow 0.6


<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-workflow/ -->
<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>cas-workflow</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-workflow/
implementation 'org.apache.oodt:cas-workflow:0.6'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-workflow/
implementation ("org.apache.oodt:cas-workflow:0.6")
'org.apache.oodt:cas-workflow:jar:0.6'
<dependency org="org.apache.oodt" name="cas-workflow" rev="0.6">
  <artifact name="cas-workflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-workflow', version='0.6')
)
libraryDependencies += "org.apache.oodt" % "cas-workflow" % "0.6"
[org.apache.oodt/cas-workflow "0.6"]