License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility JADE |
GroupId | GroupIdorg.activecomponents.jadex |
ArtifactId | ArtifactIdjadex-kernel-bpmn |
Last Version | Last Version4.0.265 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbpmn
The Jadex BPMN kernel provides a workflow kernel for the standardized business process modeling notation. The kernel relies on annotated BPMN diagrams, which include detailed execution information.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jadex-kernel-bpmn-4.0.265.pom | |
jadex-kernel-bpmn-4.0.265.jar | 268 KB |
jadex-kernel-bpmn-4.0.265-sources.jar | 136 KB |
jadex-kernel-bpmn-4.0.265-javadoc.jar | 322 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-kernel-bpmn/ -->
<dependency>
<groupId>org.activecomponents.jadex</groupId>
<artifactId>jadex-kernel-bpmn</artifactId>
<version>4.0.265</version>
</dependency>
// https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-kernel-bpmn/
implementation 'org.activecomponents.jadex:jadex-kernel-bpmn:4.0.265'
// https://jarcasting.com/artifacts/org.activecomponents.jadex/jadex-kernel-bpmn/
implementation ("org.activecomponents.jadex:jadex-kernel-bpmn:4.0.265")
'org.activecomponents.jadex:jadex-kernel-bpmn:jar:4.0.265'
<dependency org="org.activecomponents.jadex" name="jadex-kernel-bpmn" rev="4.0.265">
<artifact name="jadex-kernel-bpmn" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.activecomponents.jadex', module='jadex-kernel-bpmn', version='4.0.265')
)
libraryDependencies += "org.activecomponents.jadex" % "jadex-kernel-bpmn" % "4.0.265"
[org.activecomponents.jadex/jadex-kernel-bpmn "4.0.265"]