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