is not current version
Last Version 2.1.2

org.imixs.workflow:imixs-workflow-api 2.0.1

Imixs IX Workflow API provides the platform for an open and standardized workflow technology. IX 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 IX Workflow API. The documentation does not cover each detail of the implementation.

GroupId

GroupId

org.imixs.workflow
ArtifactId

ArtifactId

imixs-workflow-api
Version

Version

2.0.1
Type

Type

jar

Download imixs-workflow-api 2.0.1


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