Download jadex-kernel-bpmn-2.0-rc4.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 2.0-rc4 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-2.0-rc4.jar to your project.

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

Download

Click the following link to download the jar file.

jadex-kernel-bpmn-2.0-rc4-javadoc.jar
jadex-kernel-bpmn-2.0-rc4-sources.jar
jadex-kernel-bpmn-2.0-rc4.jar
jadex-kernel-bpmn-2.0-rc4.pom



Related Tutorials