| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.imixs.workflow |
| Идентификатор | Идентификаторimixs-workflow-api |
| Последняя версия | Последняя версия2.1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWorkflow API
Imixs Workflow API provides the platform for an open and standardized workflow technology.
Imixs Workflow API provides various components in a Java framework that allow to create, control
and monitor process-oriented business tasks.
The following documentation describes the most important concepts and fundamentals of the Imixs Workflow API.
The documentation does not cover each detail of the implementation.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| imixs-workflow-api-2.1.2.pom | |
| imixs-workflow-api-2.1.2.jar | 42 KB |
| imixs-workflow-api-2.1.2-sources.jar | 44 KB |
| imixs-workflow-api-2.1.2-javadoc.jar | 144 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.imixs.workflow/imixs-workflow-api/ -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-api</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-workflow-api/
implementation 'org.imixs.workflow:imixs-workflow-api:2.1.2'
// https://jarcasting.com/artifacts/org.imixs.workflow/imixs-workflow-api/
implementation ("org.imixs.workflow:imixs-workflow-api:2.1.2")
'org.imixs.workflow:imixs-workflow-api:jar:2.1.2'
<dependency org="org.imixs.workflow" name="imixs-workflow-api" rev="2.1.2">
<artifact name="imixs-workflow-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.imixs.workflow', module='imixs-workflow-api', version='2.1.2')
)
libraryDependencies += "org.imixs.workflow" % "imixs-workflow-api" % "2.1.2"
[org.imixs.workflow/imixs-workflow-api "2.1.2"]