is not current version
Last Version 2.1.4

org.imixs.workflow:imixs-workflow-jee 2.1.1

The Imixs JEE Workflow is a full featured Workflow Management System (WFMS) based on the JEE5 specification. The project extends the Imixs Workflow API project to fulfill the requirements to a scalable, transactional, robust and simple deployable JEE Workflow System. The Project provides different service components (EJBs) to be used in any kind of business application. All components of the project are build using Maven 2 to simplify the development process and usage of the components in a Java project.

GroupId

GroupId

org.imixs.workflow
ArtifactId

ArtifactId

imixs-workflow-jee
Version

Version

2.1.1
Type

Type

jar

Download imixs-workflow-jee 2.1.1


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