j

jadex-kernel-bpmn

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.
Files download
File Operation
jadex-kernel-bpmn-2.2.1.jar download
jadex-kernel-bpmn-2.2.1.pom download
jadex-kernel-bpmn-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.jadex</groupId>
  <artifactId>jadex-kernel-bpmn</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.jadex:jadex-kernel-bpmn:2.2.1'
Gradle Kotlin
implementation("net.sourceforge.jadex:jadex-kernel-bpmn:2.2.1")
Scala SBT
libraryDependencies += "net.sourceforge.jadex" % "jadex-kernel-bpmn" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.jadex', module='jadex-kernel-bpmn', version='2.2.1')
)
Apache Ivy
<dependency org="net.sourceforge.jadex" name="jadex-kernel-bpmn" rev="2.2.1" />
Leiningen
[net.sourceforge.jadex/jadex-kernel-bpmn "2.2.1"]
Apache Buildr
'net.sourceforge.jadex:jadex-kernel-bpmn:jar:2.2.1'