is not current version
Last Version 2.4

net.sourceforge.jadex:jadex-kernel-bpmn 2.2

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.

Categories

Categories

Net Dex General Purpose Libraries Utility JADE
GroupId

GroupId

net.sourceforge.jadex
ArtifactId

ArtifactId

jadex-kernel-bpmn
Version

Version

2.2
Type

Type

jar

Download jadex-kernel-bpmn 2.2


<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-bpmn/ -->
<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-kernel-bpmn</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-bpmn/
implementation 'net.sourceforge.jadex:jadex-kernel-bpmn:2.2'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-bpmn/
implementation ("net.sourceforge.jadex:jadex-kernel-bpmn:2.2")
'net.sourceforge.jadex:jadex-kernel-bpmn:jar:2.2'
<dependency org="net.sourceforge.jadex" name="jadex-kernel-bpmn" rev="2.2">
  <artifact name="jadex-kernel-bpmn" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-kernel-bpmn', version='2.2')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-kernel-bpmn" % "2.2"
[net.sourceforge.jadex/jadex-kernel-bpmn "2.2"]