i

imixs-workflow

Imixs Workflow provides a platform for an open and standardized workflow technology. This is the meta project for the Imixs Workflow artefacts imixs-workflow-core, imixs-workflow-engine, imixs-workflow-faces and imixs-workflow-jax-rs
https://github.com/imixs/imixs-workflow
GNU General Public License
Imixs Software Solutions GmbH
Ralph Soika Gaby Heinle
Files download
File Operation
imixs-workflow-5.2.9.pom download
Apache Maven
<dependency>
  <groupId>org.imixs.workflow</groupId>
  <artifactId>imixs-workflow</artifactId>
  <version>5.2.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.imixs.workflow:imixs-workflow:5.2.9'
Gradle Kotlin
implementation("org.imixs.workflow:imixs-workflow:5.2.9")
Scala SBT
libraryDependencies += "org.imixs.workflow" % "imixs-workflow" % "5.2.9"
Groovy Grape
@Grapes(
  @Grab(group='org.imixs.workflow', module='imixs-workflow', version='5.2.9')
)
Apache Ivy
<dependency org="org.imixs.workflow" name="imixs-workflow" rev="5.2.9" />
Leiningen
[org.imixs.workflow/imixs-workflow "5.2.9"]
Apache Buildr
'org.imixs.workflow:imixs-workflow:jar:5.2.9'