MVN

org.imixs.workflow : imixs-workflow-jee

Maven & Gradle

Aug 29, 2012
5 usages

Workflow 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.

<dependency>
    <groupId>org.imixs.workflow</groupId>
    <artifactId>imixs-workflow-jee</artifactId>
    <version>2.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.imixs.workflow : imixs-workflow-jee to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.4

All Versions

Choose a version of org.imixs.workflow : imixs-workflow-jee to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
imixs-workflow-jee-2.1.4
imixs-workflow-jee-2.1.3
imixs-workflow-jee-2.1.2
imixs-workflow-jee-2.1.1
imixs-workflow-jee-2.1.0
2.0.x
imixs-workflow-jee-2.0.1
imixs-workflow-jee-2.0.0

How to add a dependency to Maven

Add the following org.imixs.workflow : imixs-workflow-jee maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.imixs.workflow</groupId>
    <artifactId>imixs-workflow-jee</artifactId>
    <version>2.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.imixs.workflow : imixs-workflow-jee gradle dependency to your build.gradle file:

implementation 'org.imixs.workflow:imixs-workflow-jee:2.1.4'

Gradle Kotlin DSL: Add the following org.imixs.workflow : imixs-workflow-jee gradle kotlin dependency to your build.gradle.kts file:

implementation("org.imixs.workflow:imixs-workflow-jee:2.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.imixs.workflow : imixs-workflow-jee sbt scala dependency to your build.sbt file:

libraryDependencies += "org.imixs.workflow" % "imixs-workflow-jee" % "2.1.4"

Advertisement