License |
License |
---|---|
GroupId | GroupIdorg.imixs.workflow |
ArtifactId | ArtifactIdimixs-workflow-api |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWorkflow API
Imixs Workflow API provides the platform for an open and standardized workflow technology.
Imixs Workflow API provides various components in a Java framework that allow to create, control
and monitor process-oriented business tasks.
The following documentation describes the most important concepts and fundamentals of the Imixs Workflow API.
The documentation does not cover each detail of the implementation.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
imixs-workflow-api-2.1.2.pom | |
imixs-workflow-api-2.1.2.jar | 42 KB |
imixs-workflow-api-2.1.2-sources.jar | 44 KB |
imixs-workflow-api-2.1.2-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.imixs.workflow/imixs-workflow-api/ -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-api</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-workflow-api/
implementation 'org.imixs.workflow:imixs-workflow-api:2.1.2'
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-workflow-api/
implementation ("org.imixs.workflow:imixs-workflow-api:2.1.2")
'org.imixs.workflow:imixs-workflow-api:jar:2.1.2'
<dependency org="org.imixs.workflow" name="imixs-workflow-api" rev="2.1.2">
<artifact name="imixs-workflow-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.imixs.workflow', module='imixs-workflow-api', version='2.1.2')
)
libraryDependencies += "org.imixs.workflow" % "imixs-workflow-api" % "2.1.2"
[org.imixs.workflow/imixs-workflow-api "2.1.2"]