License |
License |
---|---|
GroupId | GroupIdorg.apache.oodt |
ArtifactId | ArtifactIdcas-workflow |
Version | Version1.9.1 |
Type | Typejar |
Description |
DescriptionCatalog and Archive Workflow Management Component
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cas-workflow-1.9.1.pom | |
cas-workflow-1.9.1.jar | 394 KB |
cas-workflow-1.9.1-sources.jar | 306 KB |
cas-workflow-1.9.1-javadoc.jar | 1 MB |
cas-workflow-1.9.1-dist.zip | 30 MB |
cas-workflow-1.9.1-dist.tar.gz | 30 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-workflow/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-workflow</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-workflow/
implementation 'org.apache.oodt:cas-workflow:1.9.1'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-workflow/
implementation ("org.apache.oodt:cas-workflow:1.9.1")
'org.apache.oodt:cas-workflow:jar:1.9.1'
<dependency org="org.apache.oodt" name="cas-workflow" rev="1.9.1">
<artifact name="cas-workflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-workflow', version='1.9.1')
)
libraryDependencies += "org.apache.oodt" % "cas-workflow" % "1.9.1"
[org.apache.oodt/cas-workflow "1.9.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |