License |
License |
---|---|
GroupId | GroupIdorg.imixs.workflow |
ArtifactId | ArtifactIdimixs-workflow-jee |
Last Version | Last Version2.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWorkflow Engine
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
imixs-workflow-jee-2.1.4.pom | |
imixs-workflow-jee-2.1.4.jar | 16 KB |
imixs-workflow-jee-2.1.4-sources.jar | 24 KB |
imixs-workflow-jee-2.1.4-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.imixs.workflow/imixs-workflow-jee/ -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-jee</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-workflow-jee/
implementation 'org.imixs.workflow:imixs-workflow-jee:2.1.4'
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-workflow-jee/
implementation ("org.imixs.workflow:imixs-workflow-jee:2.1.4")
'org.imixs.workflow:imixs-workflow-jee:jar:2.1.4'
<dependency org="org.imixs.workflow" name="imixs-workflow-jee" rev="2.1.4">
<artifact name="imixs-workflow-jee" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.imixs.workflow', module='imixs-workflow-jee', version='2.1.4')
)
libraryDependencies += "org.imixs.workflow" % "imixs-workflow-jee" % "2.1.4"
[org.imixs.workflow/imixs-workflow-jee "2.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.imixs.workflow : imixs-workflow-api | jar | 2.1.2 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 6.0 |