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