Download jadex-kernel-bpmn-3.0.7.jar file - Jar j

Jar examples for j:jadex-kernel-bpmn

Description

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.

You can download jar file jadex-kernel-bpmn 3.0.7 in this page.

License

GNU GENERAL PUBLIC LICENSE Version 3 or later

Build File

You can use the following script to add jadex-kernel-bpmn-3.0.7.jar to your project.

<dependency>
   <groupId>org.activecomponents.jadex</groupId>
   <artifactId>jadex-kernel-bpmn</artifactId>
   <version>3.0.7</version>
</dependency>
compile group: 'org.activecomponents.jadex', name: 'jadex-kernel-bpmn', version: '3.0.7'
libraryDependencies += "org.activecomponents.jadex" % "jadex-kernel-bpmn" % "3.0.7"
<dependency org="org.activecomponents.jadex" name="jadex-kernel-bpmn" rev="3.0.7"/>
@Grapes(@Grab(group='org.activecomponents.jadex', module='jadex-kernel-bpmn', version='3.0.7'))
'org.activecomponents.jadex:jadex-kernel-bpmn:jar:3.0.7'

Download

Click the following link to download the jar file.

jadex-kernel-bpmn-3.0.7-javadoc.jar
jadex-kernel-bpmn-3.0.7-sources.jar
jadex-kernel-bpmn-3.0.7.jar
jadex-kernel-bpmn-3.0.7.pom



Related Tutorials