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