is not current version
Last Version 2.1.2

org.imixs.workflow:imixs-workflow-rest 2.1.0

Imixs Workflow REST Service API provides a servlet implementation for the Imixs JEE Workflow Components.

GroupId

GroupId

org.imixs.workflow
ArtifactId

ArtifactId

imixs-workflow-rest
Version

Version

2.1.0
Type

Type

war

Download imixs-workflow-rest 2.1.0


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