i

imixs-workflow-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.
http://java.net/projects/imixs-workflow
GNU General Public License
Imixs Software Solutions GmbH
Ralph Soika
Files download
File Operation
imixs-workflow-api-2.1.2.jar download
imixs-workflow-api-2.1.2.pom download
imixs-workflow-api-2.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.imixs.workflow</groupId>
  <artifactId>imixs-workflow-api</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.imixs.workflow:imixs-workflow-api:2.1.2'
Gradle Kotlin
implementation("org.imixs.workflow:imixs-workflow-api:2.1.2")
Scala SBT
libraryDependencies += "org.imixs.workflow" % "imixs-workflow-api" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.imixs.workflow', module='imixs-workflow-api', version='2.1.2')
)
Apache Ivy
<dependency org="org.imixs.workflow" name="imixs-workflow-api" rev="2.1.2" />
Leiningen
[org.imixs.workflow/imixs-workflow-api "2.1.2"]
Apache Buildr
'org.imixs.workflow:imixs-workflow-api:jar:2.1.2'
Dependencies
The project has no third-party dependencies