Download cas-workflow-0.4.jar file - Jar c

Jar examples for c:cas-workflow

Description

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.

You can download jar file cas-workflow 0.4 in this page.

License

Apache License

Build File

You can use the following script to add cas-workflow-0.4.jar to your project.

<dependency>
   <groupId>org.apache.oodt</groupId>
   <artifactId>cas-workflow</artifactId>
   <version>0.4</version>
</dependency>
compile group: 'org.apache.oodt', name: 'cas-workflow', version: '0.4'
libraryDependencies += "org.apache.oodt" % "cas-workflow" % "0.4"
<dependency org="org.apache.oodt" name="cas-workflow" rev="0.4"/>
@Grapes(@Grab(group='org.apache.oodt', module='cas-workflow', version='0.4'))
'org.apache.oodt:cas-workflow:jar:0.4'

Download

Click the following link to download the jar file.

cas-workflow-0.4-javadoc.jar
cas-workflow-0.4-sources.jar
cas-workflow-0.4.jar
cas-workflow-0.4.pom



Related Tutorials